The scp tool is used by the ssh fetcher. Signed-off-by: Jef Driesen <[email protected]> --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 60590e2..5cfd117 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -498,6 +498,9 @@ HOSTTOOLS_NONFATAL += "join nl size yes zcat" # Used by bzr fetcher HOSTTOOLS_NONFATAL += "bzr" +# Used by ssh fetcher +HOSTTOOLS_NONFATAL += "scp" + CCACHE ??= "" # ccache < 3.1.10 will create CCACHE_DIR on startup even if disabled, and # autogen sets HOME=/dev/null so in certain situations builds can fail. -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
