[oe-commits] [openembedded-core] 02/02: bitbake.conf: Add mknod and gcc-ar to HOSTTOOLS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 10 10:25:39 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 b49d0354decdd4f6b3f2f6a18170733b00f5debc
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 10 10:24:22 2017 +0000

    bitbake.conf: Add mknod and gcc-ar to HOSTTOOLS
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3f6fed8..a503c9a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -462,14 +462,14 @@ HOSTTOOLS += " \
     md5sum dd chrpath file pod2man gunzip python2.7 ln g++ [ false true \
     uname test hostname nm objdump objcopy cmp printf env readlink gawk fgrep \
     expand pwd sleep diffstat chgrp flock ldd strings rpcgen du makeinfo \
-    getconf \
+    getconf mknod \
 "
 
 # Tools needed to run testimage runtime image testing
 HOSTTOOLS += "ps stty ip ssh scp ping vi"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold"
+HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar"
 
 CCACHE ??= ""
 # Disable ccache explicitly if CCACHE is null since gcc may be a symlink

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


More information about the Openembedded-commits mailing list