diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d92c5cd0ca..9fdbdfdc13 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -469,7 +469,7 @@ HOSTTOOLS += " \ | |||
469 | HOSTTOOLS += "ps stty ip ssh scp ping vi" | 469 | HOSTTOOLS += "ps stty ip ssh scp ping vi" |
470 | 470 | ||
471 | # Link to these if present | 471 | # Link to these if present |
472 | HOSTTOOLS_NONFATAL += "ccache pip3 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 | CCACHE ??= "" | 474 | CCACHE ??= "" |
475 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink | 475 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink |