From b407939530291f7ddbfc6e220b0dba0d9edb8eaa Mon Sep 17 00:00:00 2001 From: Qing He Date: Mon, 6 Dec 2010 15:50:39 +0800 Subject: libnl: fix typo in the Makefile fix change .$(OBJEXT) to .lo in the rule to reflect libtool setup Signed-off-by: Qing He --- meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch | 10 +++++++++- meta/recipes-support/libnl/libnl_2.0.bb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/libnl') diff --git a/meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch b/meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch index d9f00be2b6..214b0dbf76 100644 --- a/meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch +++ b/meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch @@ -5,6 +5,14 @@ otherwise the build of lib/route/pktloc.c may fail in a parallel environment. Signed-off-by: Qing He + +12/06/2010 + +the dependency rule should really read pktloc.lo instead of +pktloc.$(OBJEXT), since it's in a libtool setup. + +Signed-off-by: Qing He + diff --git a/lib/Makefile.am b/lib/Makefile.am index 92a916e..e8b8ef3 100644 --- a/lib/Makefile.am @@ -13,7 +21,7 @@ index 92a916e..e8b8ef3 100644 route/pktloc_syntax.c: route/pktloc_syntax.y $(YACC) -d $(YFLAGS) -o $@ $^ -+route/pktloc.$(OBJEXT): route/pktloc_syntax.h route/pktloc_grammar.h ++route/pktloc.lo: route/pktloc_syntax.h route/pktloc_grammar.h +route/pktloc_syntax.h: route/pktloc_syntax.c +route/pktloc_grammar.h: route/pktloc_grammar.c + diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index e275670b51..eb89f0d117 100644 --- a/meta/recipes-support/libnl/libnl_2.0.bb +++ b/meta/recipes-support/libnl/libnl_2.0.bb @@ -7,7 +7,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" DEPENDS = "flex-native bison-native" -PR = "r1" +PR = "r2" SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \ file://fix-makefile.patch \ -- cgit 1.2.3-korg