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:32 +0000 |
commit | 3bbd7ae2a1f7c611e27f8f274ac4640b9d087473 (patch) | |
tree | 4c96867e523a11ca53489a44fae7738c8322ee66 /meta/conf/bitbake.conf | |
parent | 0d8ce957824c60b10ee5a3673d5279ba14d73f08 (diff) | |
download | poky-3bbd7ae2a1f7c611e27f8f274ac4640b9d087473.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.
(From OE-Core rev: 096f943d4b7a7cf5d4c3d45f34be5ddcd2475790)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.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 += " \ | |||
469 | HOSTTOOLS += "ps stty ip ssh scp ping vi" | 469 | HOSTTOOLS += "ps stty ip ssh scp ping vi" |
470 | 470 | ||
471 | # Link to these if present | 471 | # Link to these if present |
472 | HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc socat" | 472 | HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat" |
473 | 473 | ||
474 | CCACHE ??= "" | 474 | CCACHE ??= "" |
475 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink | 475 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink |