aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tximage
AgeCommit message (Expand)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
2006-07-03tximage 0.2 add patch for g++4Michael Lauer
2005-09-19Make cp invocations BSD compatibleHolger Freyther
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-05-30Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
blob: 27c94e8a743c7757e7c6ec5020e669b42990237e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Fix parallel make failure

Upstream-Status: Submitted [Maintainer directly]

Add a missing dependency which resulted in a race leading to failure
on larger values of -j.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>

Index: gnu-efi-3.0/Makefile
===================================================================
--- gnu-efi-3.0.orig/Makefile
+++ gnu-efi-3.0/Makefile
@@ -42,6 +42,8 @@ include $(SRCDIR)/Make.defaults
 
 SUBDIRS = lib gnuefi inc apps
 
+gnuefi: lib
+
 all:	check_gcc $(SUBDIRS)
 
 $(SUBDIRS):