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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user