generic-poky/meta/packages/libnl/libnl_1.1.bb
Richard Purdie 16d7767104 libnl: Fix compile header problems
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-04 10:37:13 +01:00

14 lines
400 B
BlitzBasic

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"
inherit autotools_stage pkgconfig
PR = "r1"
SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-${PV}.tar.gz \
file://local-includes.patch;patch=1 \
file://compilefix.patch;patch=1"