[oe-commits] [openembedded-core] 12/29: bitbake.conf: Add few more binaries to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:37:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 83dfb69b37c2465d09eb9544d487f1674b06f9c0
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Mar 16 17:41:13 2017 +0100

    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/
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9fdbdfd..561167a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -471,6 +471,9 @@ HOSTTOOLS += "ps stty ip ssh scp ping vi"
 # Link to these if present
 HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat"
 
+# Temporary add few more detected in bitbake world
+HOSTTOOLS_NONFATAL += "join nl size yes zcat"
+
 CCACHE ??= ""
 # Disable ccache explicitly if CCACHE is null since gcc may be a symlink
 # of ccache some distributions (e.g., Fedora 17).

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list