summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef Driesen <jef.driesen@niko.eu>2018-04-13 15:33:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-19 14:44:47 +0100
commit96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60 (patch)
treeed78fb0f29cc24930a27cec7c0be17134a4c58d5
parentab056c7f6065f310be4dd256ceb45f85ff981f69 (diff)
downloadopenembedded-core-contrib-96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60.tar.gz
bitbake.conf: add scp to HOSTTOOLS_NONFATAL
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>
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ec3207c7a0..92aa944b91 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.