summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-05-09 08:28:28 -0700
committerDarren Hart <dvhart@linux.intel.com>2013-05-09 11:08:39 -0700
commitc2c13d4dba2d9c70862891adf0b250ce2be65f68 (patch)
tree2205866fe82b8fd642cb07e6dd4abb8247ab7273 /common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb
parent3cd1c31a9db21f9deb395c3929d8f9a16ef8e3f3 (diff)
downloadmeta-intel-c2c13d4dba2d9c70862891adf0b250ce2be65f68.tar.gz
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 <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb')
-rw-r--r--common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb5
1 files changed, 3 insertions, 2 deletions
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"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://debian/copyright;md5=5fb358a180f484b285b0d99acdc29666" 5LIC_FILES_CHKSUM = "file://debian/copyright;md5=5fb358a180f484b285b0d99acdc29666"
6 6
7PR = "r2" 7PR = "r3"
8 8
9SRCREV = "74" 9SRCREV = "74"
10 10
11SRC_URI = "http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0m.orig.tar.gz \ 11SRC_URI = "http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0m.orig.tar.gz \
12 file://cross-compile-support.patch \ 12 file://cross-compile-support.patch \
13 file://parallel-make.patch \ 13 file://parallel-make.patch \
14 file://parallel-make-archives.patch \
14 " 15 "
15SRC_URI[md5sum] = "d0a21125aee56c0c7291ad260e916cb3" 16SRC_URI[md5sum] = "d0a21125aee56c0c7291ad260e916cb3"
16SRC_URI[sha256sum] = "b7fb638f5ec8faa6edebe54beb90957f01ccccf70a2a948d1b58b834c8d7f86d" 17SRC_URI[sha256sum] = "b7fb638f5ec8faa6edebe54beb90957f01ccccf70a2a948d1b58b834c8d7f86d"