summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/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 8e4f4bbb56..2dac3a1481 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -477,6 +477,9 @@ HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
477# Temporary add few more detected in bitbake world 477# Temporary add few more detected in bitbake world
478HOSTTOOLS_NONFATAL += "join nl size yes zcat" 478HOSTTOOLS_NONFATAL += "join nl size yes zcat"
479 479
480# Used by bzr fetcher
481HOSTTOOLS_NONFATAL += "bzr"
482
480CCACHE ??= "" 483CCACHE ??= ""
481# Disable ccache explicitly if CCACHE is null since gcc may be a symlink 484# Disable ccache explicitly if CCACHE is null since gcc may be a symlink
482# of ccache some distributions (e.g., Fedora 17). 485# of ccache some distributions (e.g., Fedora 17).