aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.24.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 16:28:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-20 16:06:02 +0100
commitf755bab79246e129e60b71f20ea16f36393f40b2 (patch)
treeddc2c73c3c78bca4b5ca19bcf52affc800d68a49 /meta/recipes-core/busybox/busybox_1.24.1.bb
parent7283c149df6f1400501d78e5cd2e4452721691c0 (diff)
downloadopenembedded-core-contrib-f755bab79246e129e60b71f20ea16f36393f40b2.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.24.1.bb1
1 files changed, 1 insertions, 0 deletions
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 "