summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/libnl/libnl_1.0-pre6.bb
blob: 300222ca42191b7328a5d18b0ec34d2a6e8c4264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}
}