diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:15:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:15:09 +0000 |
commit | 4837b8cc3248c07f77a91745b80e6129ec3dfa1f (patch) | |
tree | 15da92492615cf80e79a6a211d9a307c01766992 | |
parent | 84d4daffaebcb4816d597671b287329e8a472f59 (diff) | |
download | openembedded-core-4837b8cc3248c07f77a91745b80e6129ec3dfa1f.tar.gz openembedded-core-4837b8cc3248c07f77a91745b80e6129ec3dfa1f.tar.bz2 openembedded-core-4837b8cc3248c07f77a91745b80e6129ec3dfa1f.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 bc115117c9..0de8a74c43 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 |