Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Add comm to HOSTTOOLS
@ 2018-01-29 17:47 Niko Mauno
  2018-01-29 18:04 ` Manjukumar Harthikote Matha
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Niko Mauno @ 2018-01-29 17:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Niko Mauno

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@vaisala.com>
---
 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 93afb13166..e1d2f3c3e2 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 \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-03-29 23:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 17:47 [PATCH] bitbake.conf: Add comm to HOSTTOOLS Niko Mauno
2018-01-29 18:04 ` Manjukumar Harthikote Matha
2018-03-29 22:25   ` Denys Dmytriyenko
2018-03-29 22:55     ` Manjukumar Harthikote Matha
2018-01-30  6:38 ` Alexander Kanavin
2018-01-30  7:07   ` Khem Raj
2018-01-30 14:20     ` Alexander Kanavin
2018-02-01 11:36       ` Mauno Niko
2018-02-01 14:39         ` Alexander Kanavin
2018-02-01 14:43           ` Burton, Ross
2018-01-30 16:34     ` Manjukumar Harthikote Matha
2018-03-28 14:55 ` Luca Ceresoli
2018-03-28 15:23   ` Burton, Ross
2018-03-28 16:50     ` Luca Ceresoli
2018-03-29 22:29       ` Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox