diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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 |
472 | HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat" | 472 | HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat" |
473 | 473 | ||
474 | # Temporary add few more detected in bitbake world | ||
475 | HOSTTOOLS_NONFATAL += "join nl size yes zcat" | ||
476 | |||
474 | CCACHE ??= "" | 477 | CCACHE ??= "" |
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). |