summaryrefslogtreecommitdiffstats
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:46:09 +0000
commit42f221f297b5baeb59119222aac52ae1ac160721 (patch)
treebbe16ec1f59e39b12309d95881e5e87114b4d09b /meta/recipes-devtools/make/make_3.82.bb
parentcf8d4f7cc82cadb2137c02e8d74460dbd3d8fe98 (diff)
downloadpoky-42f221f297b5baeb59119222aac52ae1ac160721.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. (From OE-Core rev: 1747a70f95ead49985eeaf16c28e818ed5b109cd) 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 \
6require make.inc 6require make.inc
7 7
8SRC_URI += "file://expand_MAKEFLAGS.patch \ 8SRC_URI += "file://expand_MAKEFLAGS.patch \
9 file://intermediate-target-bugfix.patch \
9 file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0" 10 file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0"
10 11
11SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" 12SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"