diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-26 14:59:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-26 14:59:45 +0000 |
commit | 3044ac769afb68a57035ce63716506cf6cdfd468 (patch) | |
tree | ff3c17ad67b307c010e99460a95f71275c4fd8b8 /packages/libnl/libnl_1.0-pre6.bb | |
parent | 873413a3c34c92913c9829a85e800f0ff083d443 (diff) |
libnl add 1.1, remove outdated ones
Diffstat (limited to 'packages/libnl/libnl_1.0-pre6.bb')
-rw-r--r-- | packages/libnl/libnl_1.0-pre6.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/libnl/libnl_1.0-pre6.bb b/packages/libnl/libnl_1.0-pre6.bb deleted file mode 100644 index 2509b37c4e..0000000000 --- a/packages/libnl/libnl_1.0-pre6.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" -SECTION = "libs/network" -LICENSE = "LGPL" -HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" -PRIORITY = "optional" -PV = "0.99+1.0-pre6" - -inherit autotools pkgconfig gpe - -SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \ - file://local-includes.patch;patch=1" - -S = "${WORKDIR}/${PN}-1.0-pre6" - -do_stage () { - autotools_stage_all prefix=${prefix} -} - |