mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user