[oe-commits] Tom Rini : libnl2: Fix thinko in last patch

git version control git at git.openembedded.org
Fri Feb 25 21:02:07 UTC 2011


Module: openembedded.git
Branch: testing-release-2011.03
Commit: 311aa1c4fc2f2f34c1d3abc6093df18ff26bb935
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=311aa1c4fc2f2f34c1d3abc6093df18ff26bb935

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Feb 25 07:30:57 2011 -0700

libnl2: Fix thinko in last patch

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/libnl/libnl2/fix-pktloc-dep-race.patch |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
index 50acee4..ee21744 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





More information about the Openembedded-commits mailing list