]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: whitelist socat as non-fatal host tool
authorMikko Ylinen <mikko.ylinen@linux.intel.com>
Tue, 14 Mar 2017 18:56:35 +0000 (20:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2017 17:35:01 +0000 (17:35 +0000)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 0de8a74c4383b89e1e6a658f143d74f6dbad7382..d92c5cd0ca7bf6961dc2dc3b5e1285543b26a939 100644 (file)
@@ -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