diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-16 10:34:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-16 22:11:13 +0000 |
commit | 096f943d4b7a7cf5d4c3d45f34be5ddcd2475790 (patch) | |
tree | f7fc8ced8734868d7682acf2b68462aeba25e42f /meta/conf | |
parent | 562c184d52db2182eafde3cf9866606145784deb (diff) | |
download | openembedded-core-096f943d4b7a7cf5d4c3d45f34be5ddcd2475790.tar.gz openembedded-core-096f943d4b7a7cf5d4c3d45f34be5ddcd2475790.tar.bz2 openembedded-core-096f943d4b7a7cf5d4c3d45f34be5ddcd2475790.zip |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 |