[oe-commits] [openembedded-core] 04/06: bitbake.conf: add scp to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Thu Apr 19 13:45:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60
Author: Jef Driesen <jef.driesen at niko.eu>
AuthorDate: Fri Apr 13 15:33:05 2018 +0200

    bitbake.conf: add scp to HOSTTOOLS_NONFATAL
    
    The scp tool is used by the ssh fetcher.
    
    Signed-off-by: Jef Driesen <jef.driesen at niko.eu>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ec3207c..92aa944 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list