From: Tom Rini Date: Fri, 25 Feb 2011 14:30:57 +0000 (-0700) Subject: libnl2: Fix thinko in last patch X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311aa1c4fc2f2f34c1d3abc6093df18ff26bb935;p=openembedded.git libnl2: Fix thinko in last patch Signed-off-by: Tom Rini --- diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch index 50acee4d26..ee217441b6 100644 --- a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch +++ b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch @@ -1,7 +1,3 @@ ---- - lib/Makefile.am | 3 +++ - 1 file changed, 3 insertions(+) - Index: libnl-2.0/lib/Makefile.am =================================================================== --- libnl-2.0.orig/lib/Makefile.am @@ -14,9 +10,8 @@ Index: libnl-2.0/lib/Makefile.am + # Hack to avoid using ylwrap. It does not function correctly in combination # with --header-file= --route/pktloc_grammar.c: route/pktloc_grammar.l +route/pktloc_grammar.h: route/pktloc_grammar.c -+route/pktloc_grammar.c: route/pktloc_grammar.y + route/pktloc_grammar.c: route/pktloc_grammar.l $(LEX) --header-file=route/pktloc_grammar.h $(LFLAGS) -o $@ $^ +route/pktloc_syntax.h: route/pktloc_syntax.c