[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5101/8267] bitbake.conf: Add nc to HOSTTOOLS_NONFATAL



commit 4c09a95767d278f969d6f725c892547935e2fd58
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Tue Mar 14 14:15:05 2017 +0000

    bitbake.conf: Add nc to HOSTTOOLS_NONFATAL
    
    This is used by some of our proxy scripts but isn't required for all
    builds so add to HOSTTOOLS_NONFATAL.
    
    (From OE-Core rev: 4837b8cc3248c07f77a91745b80e6129ec3dfa1f)
    
    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 bc11511..0de8a74 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"
+HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc"
 
 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]