[oe-commits] [openembedded-core] 28/52: bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 17:39:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1bfcbac517e0628550bc463b0af5582039e88d83
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 16 10:34:12 2017 +0000

    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 at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d92c5cd..9fdbdfd 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list