summaryrefslogtreecommitdiff
path: root/meta/packages/libnl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-16 11:02:23 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-16 11:02:23 +0100
commit8cec085e255897ac64156f58bf2e01aa38a587b8 (patch)
tree78cce7ea5b7cac895665a1b5758662a7ba8c7df5 /meta/packages/libnl
parentff59ace98ded14039b29ddf778806b0fc8dbb0f5 (diff)
downloadopenembedded-core-8cec085e255897ac64156f58bf2e01aa38a587b8.tar.gz
openembedded-core-8cec085e255897ac64156f58bf2e01aa38a587b8.tar.bz2
openembedded-core-8cec085e255897ac64156f58bf2e01aa38a587b8.tar.xz
openembedded-core-8cec085e255897ac64156f58bf2e01aa38a587b8.zip
libnl: 1.0-pre8 -> 1.1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libnl')
-rw-r--r--meta/packages/libnl/libnl_1.1.bb (renamed from meta/packages/libnl/libnl_1.0-pre8.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/libnl/libnl_1.0-pre8.bb b/meta/packages/libnl/libnl_1.1.bb
index 0b98f896a..97ac25f73 100644
--- a/meta/packages/libnl/libnl_1.0-pre8.bb
+++ b/meta/packages/libnl/libnl_1.1.bb
@@ -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"