[OE-core] [meta-oe][PATCH] u-boot: Add coreutils-native to DEPENDS
Burton, Ross
ross.burton at intel.com
Mon Jan 29 16:50:19 UTC 2018
Depending on all of coreutils-native just for the comm binary is a bit of
an overkill, arguing to add comm to HOSTTOOLS is a lower-impact fix.
Ross
On 29 January 2018 at 14:19, Niko Mauno <niko.mauno at vaisala.com> wrote:
> Coreutils provides 'comm' command which is called during do_compile()
> from scripts/check-config.sh. This fixes following issues which are
> otherwise quietly ignored:
>
> .../scripts/check-config.sh: line 33: comm: command not found
> .../scripts/check-config.sh: line 38: comm: command not found
>
> Signed-off-by: Niko Mauno <niko.mauno at vaisala.com>
> ---
> meta/recipes-bsp/u-boot/u-boot_2017.01.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> index 37c21dcaa3..8b00a8d294 100644
> --- a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> +++ b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> @@ -1,4 +1,4 @@
> require u-boot-common_${PV}.inc
> require u-boot.inc
>
> -DEPENDS += "bc-native dtc-native"
> +DEPENDS += "bc-native coreutils-native dtc-native"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180129/748304c1/attachment-0002.html>
More information about the Openembedded-core
mailing list