As seen doing world builds after the host-tools changes dash needs nl. GEN usr/dash/builtins.c TOPDIR/tmp-glibc/work/core2-64-oe-linux/klibc/2.0.4-r0/git/usr/dash/ mkbuiltins: 100: TOPDIR/tmp-glibc/work/core2-64-oe-linux/klibc/2.0.4-r0/git/ usr/dash/mkbuiltins: nl: not found
Signed-off-by: Andrea Adami <[email protected]> --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index f00e31a..bd0ab61 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc @@ -4,7 +4,7 @@ minimal entaglement, and portability, not speed." SECTION = "libs" LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" -DEPENDS = "linux-libc-headers perl-native" +DEPENDS = "linux-libc-headers perl-native coreutils-native" SRCREV = "4d19974d7020488f63651244e1f9f51727c3f66c" SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
