summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-16 10:34:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-16 22:11:13 +0000
commit096f943d4b7a7cf5d4c3d45f34be5ddcd2475790 (patch)
treef7fc8ced8734868d7682acf2b68462aeba25e42f
parent562c184d52db2182eafde3cf9866606145784deb (diff)
downloadopenembedded-core-contrib-096f943d4b7a7cf5d4c3d45f34be5ddcd2475790.tar.gz
bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL
Now that pip3-native is used by build-appliance, we should no longer need this host tool. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d92c5cd0ca..9fdbdfdc13 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 socat"
+HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat"
CCACHE ??= ""
# Disable ccache explicitly if CCACHE is null since gcc may be a symlink