]> 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>
Fri, 30 Mar 2018 08:04:27 +0000 (09:04 +0100)
commitc1b711e265e2ff6ba74b0f6f568f231ddf476f8b
treea807c99145245458192745bd8fc44ad97c4fd9a2
parent30f326fb9c0f3b4dbfe7f99e18b74f90e99f4207
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