[oe-commits] [openembedded-core] branch pyro updated: bitbake.conf: Add comm to HOSTTOOLS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 09:11:53 UTC 2018


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

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

The following commit(s) were added to refs/heads/pyro by this push:
     new 8c370ab  bitbake.conf: Add comm to HOSTTOOLS
8c370ab is described below

commit 8c370ab4352581c19c45d476a97c2c3b45a56fdb
Author: Niko Mauno <niko.mauno at vaisala.com>
AuthorDate: Mon Jan 29 19:47:24 2018 +0200

    bitbake.conf: Add comm to HOSTTOOLS
    
    This mitigates following issues during u-boot do_compile() step --
    otherwise, if comm is not available, they are quietly ignored:
    
      .../scripts/check-config.sh: line 33: comm: command not found
      .../scripts/check-config.sh: line 39: comm: command not found
    
    Since 'comm' is provided by coreutils package, adding it to HOSTTOOLS
    was considered a lower impact fix compared to adding coreutils-native
    buildtime dependency to u-boot recipe.
    
    Signed-off-by: Niko Mauno <niko.mauno at vaisala.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e2383d2..6ebe817 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -458,7 +458,7 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools"
 
 # Tools needed to run builds with OE-Core
 HOSTTOOLS += " \
-    [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp cpio \
+    [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
     cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
     head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \

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


More information about the Openembedded-commits mailing list