From d3d395b939b2fbac4bcd06cbd544bca987f24348 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Aug 2016 12:54:27 +0100 Subject: busybox: Backport makefile fix from upstream This at least partially addresses one of the build races we've seen on the autobuilder in busybox. Its a straightforward backport from upstream. (From OE-Core rev: 8599059164ad0eb908fd1177044af8bc9a9881e4) 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 d3dc2a2947..7edd32dcd3 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb @@ -48,6 +48,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://CVE-2016-2147.patch \ file://CVE-2016-2147_2.patch \ file://ip_fix_problem_on_mips64_n64_big_endian_musl_systems.patch \ + file://makefile-fix-backport.patch \ " SRC_URI_append_libc-musl = " file://musl.cfg " -- cgit 1.2.3-korg