From 6348b2e8e0510b45f4afd2018e90796714863fc1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 2 Feb 2016 15:31:07 +0000 Subject: busybox: fix build of last applet If CONFIG_FEATURE_LAST_SMALL is enabled the build fails because of a broken __UT_NAMESIZE test. [ YOCTO #8869 ] Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-core/busybox/busybox_1.23.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/busybox/busybox_1.23.2.bb') diff --git a/meta/recipes-core/busybox/busybox_1.23.2.bb b/meta/recipes-core/busybox/busybox_1.23.2.bb index 25598232ae..7258df022b 100644 --- a/meta/recipes-core/busybox/busybox_1.23.2.bb +++ b/meta/recipes-core/busybox/busybox_1.23.2.bb @@ -35,6 +35,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://0001-chown-fix-help-text.patch \ file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \ file://0002-Passthrough-r-to-linker.patch \ + file://0001-randconfig-fix.patch \ file://mount-via-label.cfg \ file://sha1sum.cfg \ file://sha256sum.cfg \ -- cgit 1.2.3-korg