[oe-commits] [openembedded-core] branch master updated: bitbake.conf: whitelist socat as non-fatal host tool

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 17:38:30 UTC 2017


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

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

The following commit(s) were added to refs/heads/master by this push:
     new 97f979e  bitbake.conf: whitelist socat as non-fatal host tool
97f979e is described below

commit 97f979ee61a06349139ccc47feaf051bdbcf0e16
Author: Mikko Ylinen <mikko.ylinen at linux.intel.com>
AuthorDate: Tue Mar 14 20:56:35 2017 +0200

    bitbake.conf: whitelist socat as non-fatal host tool
    
    oe-git-proxy depends on socat host tool but it's not
    whitelisted and triggers a 'binary not in PATH' error.
    
    Whitelist socat but make it a HOSTTOOLS_NONFATAL since
    it's not a hard dependency.
    
    Signed-off-by: Mikko Ylinen <mikko.ylinen at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0de8a74..d92c5cd 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -469,7 +469,7 @@ HOSTTOOLS += " \
 HOSTTOOLS += "ps stty ip ssh scp ping vi"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc"
+HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc socat"
 
 CCACHE ??= ""
 # Disable ccache explicitly if CCACHE is null since gcc may be a symlink

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


More information about the Openembedded-commits mailing list