diff options
| author | Richard Purdie <richard@ted.(none)> | 2009-04-28 08:24:11 +0100 |
|---|---|---|
| committer | Richard Purdie <richard@ted.(none)> | 2009-04-28 08:24:11 +0100 |
| commit | 3927e38eba96a172c7df2c7270c31728b83612eb (patch) | |
| tree | 48b0a30d721af9e2f25e03bea8e41035e9ff40bb /meta/packages/libnl | |
| parent | 49ca46f588425c88e37a85df00b1fd4591a01ab6 (diff) | |
| parent | d65be3dd2aaa643b5596c8470caf7f291513efee (diff) | |
| download | openembedded-core-3927e38eba96a172c7df2c7270c31728b83612eb.tar.gz openembedded-core-3927e38eba96a172c7df2c7270c31728b83612eb.tar.bz2 openembedded-core-3927e38eba96a172c7df2c7270c31728b83612eb.tar.xz openembedded-core-3927e38eba96a172c7df2c7270c31728b83612eb.zip | |
Merge ssh://gitserver@git.pokylinux.org/poky
Diffstat (limited to 'meta/packages/libnl')
| -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 740bc937d..0b98f896a 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" LICENSE = "LGPL" HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" PRIORITY = "optional" -PV = "0.99+1.0-pre6" +PV = "0.99+1.0-pre8" inherit autotools_stage pkgconfig -SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \ +SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \ file://local-includes.patch;patch=1" -S = "${WORKDIR}/${PN}-1.0-pre6" +S = "${WORKDIR}/${PN}-1.0-pre8" |
