]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2017 10:34:12 +0000 (10:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2017 22:11:13 +0000 (22:11 +0000)
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>
meta/conf/bitbake.conf

index d92c5cd0ca7bf6961dc2dc3b5e1285543b26a939..9fdbdfdc132d08279ee27625e3ec9859fd69a938 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 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