]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add nc to HOSTTOOLS_NONFATAL
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2017 14:15:05 +0000 (14:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2017 14:15:09 +0000 (14:15 +0000)
This is used by some of our proxy scripts but isn't required for all
builds so add to HOSTTOOLS_NONFATAL.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index bc115117c9d8afde6cbe70f2240be42efc6e5985..0de8a74c4383b89e1e6a658f143d74f6dbad7382 100644 (file)
@@ -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