summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9fdbdfdc13..561167a598 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -471,6 +471,9 @@ HOSTTOOLS += "ps stty ip ssh scp ping vi"
471# Link to these if present 471# Link to these if present
472HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat" 472HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat"
473 473
474# Temporary add few more detected in bitbake world
475HOSTTOOLS_NONFATAL += "join nl size yes zcat"
476
474CCACHE ??= "" 477CCACHE ??= ""
475# Disable ccache explicitly if CCACHE is null since gcc may be a symlink 478# Disable ccache explicitly if CCACHE is null since gcc may be a symlink
476# of ccache some distributions (e.g., Fedora 17). 479# of ccache some distributions (e.g., Fedora 17).