]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Add comm to HOSTTOOLS
authorNiko Mauno <niko.mauno@vaisala.com>
Mon, 29 Jan 2018 17:47:24 +0000 (19:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 23:06:44 +0000 (23:06 +0000)
commit6dc33687de9edd4269cbaf85e30945771f61f313
tree78ff71e3363d0f81a297131e3ef8113abe795eaa
parent8b6c45dfdd6a7b469f5a0dd7308b25bdd4b1bf56
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@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf