From 311aa1c4fc2f2f34c1d3abc6093df18ff26bb935 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 25 Feb 2011 07:30:57 -0700 Subject: [PATCH] libnl2: Fix thinko in last patch Signed-off-by: Tom Rini --- recipes/libnl/libnl2/fix-pktloc-dep-race.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.39.5