[gnome-continuous-yocto/gnomeostree-3.28-rocko: 214/218] bitbake.conf: Add comm to HOSTTOOLS



commit 0ec241873367e18f5371a3ad9aca1e2801dcd4ee
Author: Niko Mauno <niko mauno vaisala com>
Date:   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.
    
    (From OE-Core rev: c1b711e265e2ff6ba74b0f6f568f231ddf476f8b)
    
    Signed-off-by: Niko Mauno <niko mauno vaisala com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 9696273..1cdbf43 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -473,7 +473,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 id install ld ldd ln ls make makeinfo md5sum mkdir mknod \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]