]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add scp to HOSTTOOLS_NONFATAL
authorJef Driesen <jef.driesen@niko.eu>
Fri, 13 Apr 2018 13:33:05 +0000 (15:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Apr 2018 13:44:47 +0000 (14:44 +0100)
The scp tool is used by the ssh fetcher.

Signed-off-by: Jef Driesen <jef.driesen@niko.eu>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf

index ec3207c7a0ce881004914e8208b03d0cef390633..92aa944b9163331d038dcef2397081152b9abba3 100644 (file)
@@ -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.