diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:34:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:34:56 +0100 |
commit | ad0c05d209af78cc2575a522e810d50d9927d238 (patch) | |
tree | dce606b2ea24a613214487de2579dd391710521b | |
parent | f114fd24924540dd5dfbd7483824d6b30c246bc6 (diff) | |
download | poky-ad0c05d209af78cc2575a522e810d50d9927d238.tar.gz |
libnl: 1.0-pre6 -> 1.0-pre8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/libnl/libnl_1.0-pre8.bb (renamed from meta/packages/libnl/libnl_1.0-pre6.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/libnl/libnl_1.0-pre6.bb b/meta/packages/libnl/libnl_1.0-pre8.bb index 740bc937d7..0b98f896a8 100644 --- a/meta/packages/libnl/libnl_1.0-pre6.bb +++ b/meta/packages/libnl/libnl_1.0-pre8.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-pre6" | 6 | PV = "0.99+1.0-pre8" |
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-pre6.tar.gz \ | 10 | SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \ |
11 | file://local-includes.patch;patch=1" | 11 | file://local-includes.patch;patch=1" |
12 | 12 | ||
13 | S = "${WORKDIR}/${PN}-1.0-pre6" | 13 | S = "${WORKDIR}/${PN}-1.0-pre8" |