[OE-core] [PATCH] bitbake.conf: add scp to HOSTTOOLS_NONFATAL

Jef Driesen jef.driesen at niko.eu
Fri Apr 13 13:33:05 UTC 2018


The scp tool is used by the ssh fetcher.

Signed-off-by: Jef Driesen <jef.driesen at niko.eu>
---
 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




More information about the Openembedded-core mailing list