libnl2: Fix thinko in last patch
authorTom Rini <tom_rini@mentor.com>
Fri, 25 Feb 2011 14:30:57 +0000 (07:30 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 25 Feb 2011 14:31:22 +0000 (07:31 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/libnl/libnl2/fix-pktloc-dep-race.patch

index 50acee4..ee21744 100644 (file)
@@ -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