bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL

Now that pip3-native is used by build-appliance, we should no longer
need this host tool.

(From OE-Core rev: 096f943d4b7a7cf5d4c3d45f34be5ddcd2475790)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-03-16 10:34:12 +00:00
parent 0d8ce95782
commit 3bbd7ae2a1
1 changed files with 1 additions and 1 deletions

View 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