From 1747a70f95ead49985eeaf16c28e818ed5b109cd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Feb 2013 07:48:52 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/make/make_3.82.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/make/make_3.82.bb') 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" -- cgit 1.2.3-korg