1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Richard Purdie
2017-03-14 14:15:05 +00:00
parent d97a6eeaed
commit 4c09a95767
+1 -1
View 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