From 4837b8cc3248c07f77a91745b80e6129ec3dfa1f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 14 Mar 2017 14:15:05 +0000 Subject: 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 --- 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 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 -- cgit 1.2.3-korg