aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_3.82.bb
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-02-08 07:48:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-11 14:33:34 +0000
commit1747a70f95ead49985eeaf16c28e818ed5b109cd (patch)
treed63888ad4392c8e07b1b50e9fae70f8b30534e00 /meta/recipes-devtools/make/make_3.82.bb
parent25e01e11586f422f3659318796cb847cb701b03e (diff)
downloadopenembedded-core-1747a70f95ead49985eeaf16c28e818ed5b109cd.tar.gz
make-3.82: Add patch from git to fix parallel make race
See: http://savannah.gnu.org/bugs/?30653 This only shows up for projects which have a number of intermediate targets. For me, systemd fails to build without this patch, and does build consistently with it. WebKitGtk+ is another known affected project. Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_3.82.bb')
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index 65b044b446..b4292b5d62 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
require make.inc
SRC_URI += "file://expand_MAKEFLAGS.patch \
+ file://intermediate-target-bugfix.patch \
file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0"
SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"