diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 11:02:23 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 11:02:23 +0100 |
commit | 8cec085e255897ac64156f58bf2e01aa38a587b8 (patch) | |
tree | 78cce7ea5b7cac895665a1b5758662a7ba8c7df5 /meta/packages/libnl | |
parent | ff59ace98ded14039b29ddf778806b0fc8dbb0f5 (diff) | |
download | poky-8cec085e255897ac64156f58bf2e01aa38a587b8.tar.gz |
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 0b98f896a8..97ac25f733 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" | |||
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" | 4 | HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | PV = "0.99+1.0-pre8" | 6 | PV = "1.1" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools_stage pkgconfig |
9 | 9 | ||
10 | SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \ | 10 | SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.1.tar.gz \ |
11 | file://local-includes.patch;patch=1" | 11 | file://local-includes.patch;patch=1" |
12 | 12 | ||
13 | S = "${WORKDIR}/${PN}-1.0-pre8" | 13 | S = "${WORKDIR}/${PN}-1.1" |