diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2017-03-16 17:41:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:05 +0000 |
commit | 8c0b432d2e8f1845e739e0401101dd72e8fc7a98 (patch) | |
tree | f9915b2685d0a36ce7bc1aff3d8efa706c341316 /meta/conf | |
parent | 27ba0db9dbeba3c95fcef15a0862be84012c0656 (diff) | |
download | poky-8c0b432d2e8f1845e739e0401101dd72e8fc7a98.tar.gz |
bitbake.conf: Add few more binaries to HOSTTOOLS_NONFATAL
* add: join nl size yes zcat
join - netcf - http://errors.yoctoproject.org/Errors/Details/135208/
join - fontforge - http://errors.yoctoproject.org/Errors/Details/135209/
nl - dash - http://errors.yoctoproject.org/Errors/Details/135215/
nl - klibc - http://errors.yoctoproject.org/Errors/Details/135198/
size - iptraf - http://errors.yoctoproject.org/Errors/Details/135204/
yes - libnet-ssleay-perl - http://errors.yoctoproject.org/Errors/Details/135197/
zcat - scsirastools - http://errors.yoctoproject.org/Errors/Details/135205/
(From OE-Core rev: 83dfb69b37c2465d09eb9544d487f1674b06f9c0)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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). |