]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnl: 1.0-pre8 -> 1.1
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 16 May 2009 10:02:23 +0000 (11:02 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 16 May 2009 10:02:23 +0000 (11:02 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/libnl/libnl_1.1.bb [moved from meta/packages/libnl/libnl_1.0-pre8.bb with 68% similarity]

similarity index 68%
rename from meta/packages/libnl/libnl_1.0-pre8.bb
rename to meta/packages/libnl/libnl_1.1.bb
index 0b98f896a8e796d194dadf75a29afe4312d15e0d..97ac25f73375017c6f9bb788656cc7265e7ea956 100644 (file)
@@ -3,11 +3,11 @@ SECTION = "libs/network"
 LICENSE = "LGPL"
 HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
 PRIORITY = "optional"
-PV = "0.99+1.0-pre8"
+PV = "1.1"
 
 inherit autotools_stage pkgconfig
 
-SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \
+SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.1.tar.gz \
            file://local-includes.patch;patch=1"
 
-S = "${WORKDIR}/${PN}-1.0-pre8"
+S = "${WORKDIR}/${PN}-1.1"