From f755bab79246e129e60b71f20ea16f36393f40b2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Aug 2016 16:28:17 +0100 Subject: busybox: Add parallel make fix We're seeing regular parallel make failures in applet headers in busybox. This adds a patch to try and avoid the issue, building upon a fix already backported from upstream. The patch has been sent to upstream. [YOCTO #10116] (From OE-Core rev: 199cef0e8a50b20d0ee6fefd1d4cf3372eba7728) Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.24.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb') diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb index 7edd32dcd3..e8265cd9f5 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb @@ -49,6 +49,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://CVE-2016-2147_2.patch \ file://ip_fix_problem_on_mips64_n64_big_endian_musl_systems.patch \ file://makefile-fix-backport.patch \ + file://parallel-make-fix.patch \ " SRC_URI_append_libc-musl = " file://musl.cfg " -- cgit 1.2.3-korg