From: Niko Mauno Date: Mon, 29 Jan 2018 17:47:24 +0000 (+0200) Subject: bitbake.conf: Add comm to HOSTTOOLS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc33687de9edd4269cbaf85e30945771f61f313;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1473bfb0824..489a161e17e 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 \