[oe] [PATCH] libnl2: fix typo in fix-pktloc-dep-race.patch
Steffen Sledz
sledz at dresearch.de
Fri Feb 25 14:00:20 UTC 2011
bison -y -d -o route/pktloc_syntax.c route/pktloc_syntax.y
make[1]: *** No rule to make target `route/pktloc_grammar.y', needed by `route/pktloc_grammar.c'. Stop.
Signed-off-by: Steffen Sledz <sledz at dresearch.de>
---
recipes/libnl/libnl2/fix-pktloc-dep-race.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
index 50acee4..c559717 100644
--- a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
+++ b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
@@ -16,7 +16,7 @@ Index: libnl-2.0/lib/Makefile.am
# 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
--
1.7.1
More information about the Openembedded-devel
mailing list