From 7fed31ddb0a5826d5b22d1476ff31db19cdc48c1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Feb 2008 20:51:14 +0000 Subject: Move libnl from meta-extras to meta git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3716 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libnl/libnl_1.0-pre6.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/packages/libnl/libnl_1.0-pre6.bb (limited to 'meta/packages/libnl/libnl_1.0-pre6.bb') diff --git a/meta/packages/libnl/libnl_1.0-pre6.bb b/meta/packages/libnl/libnl_1.0-pre6.bb new file mode 100644 index 000000000..300222ca4 --- /dev/null +++ b/meta/packages/libnl/libnl_1.0-pre6.bb @@ -0,0 +1,18 @@ +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 + +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} +} + -- cgit v1.2.3