summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2014-03-12 13:53:08 +0200
committerTom Zanussi <tom.zanussi@intel.com>2014-03-13 10:07:12 -0500
commiteb9240d44d52e7dacbbf162b6e7c395d2ad20be0 (patch)
treedd2627a0d1a0ec46de821b9e0858f922edaab7bf /common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
parente295a2bed9f5f043de3321c1124bd5849b7d4434 (diff)
downloadmeta-intel-eb9240d44d52e7dacbbf162b6e7c395d2ad20be0.tar.gz
common/recipes-bsp: remove gnu-efi and gummiboot recipes
Nothing in meta-intel requires these and now they are in OE-core anyway. Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch')
-rw-r--r--common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch b/common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
deleted file mode 100644
index 27c94e8a..00000000
--- a/common/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Fix parallel make failure
2
3Upstream-Status: Submitted [Maintainer directly]
4
5Add a missing dependency which resulted in a race leading to failure
6on larger values of -j.
7
8Signed-off-by: Darren Hart <dvhart@linux.intel.com>
9
10Index: gnu-efi-3.0/Makefile
11===================================================================
12--- gnu-efi-3.0.orig/Makefile
13+++ gnu-efi-3.0/Makefile
14@@ -42,6 +42,8 @@ include $(SRCDIR)/Make.defaults
15
16 SUBDIRS = lib gnuefi inc apps
17
18+gnuefi: lib
19+
20 all: check_gcc $(SUBDIRS)
21
22 $(SUBDIRS):