From d44f005338012cc7111190122b2ab08a29c0e0e7 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 9 May 2013 08:28:28 -0700 Subject: gnu-efi: Add parallel make patch for archives The library makefiles were using the lib.a() form which compiles and ar's as a pair instead of compiling all and then ar'ing which can parallelize better. Signed-off-by: Saul Wold Signed-off-by: Darren Hart --- common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb') diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb b/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb index f8015f2e..c672ab7a 100644 --- a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb +++ b/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb @@ -4,13 +4,14 @@ SECTION = "devel" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://debian/copyright;md5=5fb358a180f484b285b0d99acdc29666" -PR = "r2" +PR = "r3" SRCREV = "74" SRC_URI = "http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0m.orig.tar.gz \ file://cross-compile-support.patch \ - file://parallel-make.patch \ + file://parallel-make.patch \ + file://parallel-make-archives.patch \ " SRC_URI[md5sum] = "d0a21125aee56c0c7291ad260e916cb3" SRC_URI[sha256sum] = "b7fb638f5ec8faa6edebe54beb90957f01ccccf70a2a948d1b58b834c8d7f86d" -- cgit v1.2.3-54-g00ecf