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.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/libnl/libnl_2.0.bb') 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 v1.2.3-54-g00ecf