summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-03-14 20:56:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-16 17:35:08 +0000
commit4a3d0eda4ec5c831296f2b7037c42c3a74cb31f6 (patch)
tree1aabf0820706f06a513f18af5b46edc4ee1a133b /meta/conf
parent812fabbd30a062f6e726e6ae0399d87e85bf7fa3 (diff)
downloadpoky-4a3d0eda4ec5c831296f2b7037c42c3a74cb31f6.tar.gz
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. (From OE-Core rev: 97f979ee61a06349139ccc47feaf051bdbcf0e16) Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0de8a74c43..d92c5cd0ca 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -469,7 +469,7 @@ HOSTTOOLS += " \
469HOSTTOOLS += "ps stty ip ssh scp ping vi" 469HOSTTOOLS += "ps stty ip ssh scp ping vi"
470 470
471# Link to these if present 471# Link to these if present
472HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc" 472HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc socat"
473 473
474CCACHE ??= "" 474CCACHE ??= ""
475# Disable ccache explicitly if CCACHE is null since gcc may be a symlink 475# Disable ccache explicitly if CCACHE is null since gcc may be a symlink