aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_2.0.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-12-06 15:50:39 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:27 +0000
commitb407939530291f7ddbfc6e220b0dba0d9edb8eaa (patch)
tree31593e63155ec473fe128f51a033555b1afe2a88 /meta/recipes-support/libnl/libnl_2.0.bb
parent6940c96874194af19a10c3fa436d08e793f4fa42 (diff)
downloadopenembedded-core-b407939530291f7ddbfc6e220b0dba0d9edb8eaa.tar.gz
libnl: fix typo in the Makefile fix
change .$(OBJEXT) to .lo in the rule to reflect libtool setup Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_2.0.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_2.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \