diff options
Diffstat (limited to 'packages/libnl/libnl_1.0-pre8.bb')
-rw-r--r-- | packages/libnl/libnl_1.0-pre8.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/libnl/libnl_1.0-pre8.bb b/packages/libnl/libnl_1.0-pre8.bb deleted file mode 100644 index e80b5aa4bd..0000000000 --- a/packages/libnl/libnl_1.0-pre8.bb +++ /dev/null @@ -1,19 +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-pre8" - -inherit autotools pkgconfig gpe - -SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \ - file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \ - file://linux-header.patch;patch=1 " - -S = "${WORKDIR}/${PN}-1.0-pre8" - -do_stage () { - autotools_stage_all prefix=${prefix} -} - |