mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
bitbake.conf: add scp to HOSTTOOLS_NONFATAL
The scp tool is used by the ssh fetcher. (From OE-Core rev: 96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60) Signed-off-by: Jef Driesen <jef.driesen@niko.eu> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fd5488ba75
commit
59b3539e86
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user