From 96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 13 Apr 2018 15:33:05 +0200 Subject: bitbake.conf: add scp to HOSTTOOLS_NONFATAL The scp tool is used by the ssh fetcher. Signed-off-by: Jef Driesen Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/bitbake.conf') 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. -- cgit 1.2.3-korg