[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5124/8267] bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL



commit 3bbd7ae2a1f7c611e27f8f274ac4640b9d087473
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   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.
    
    (From OE-Core rev: 096f943d4b7a7cf5d4c3d45f34be5ddcd2475790)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]