summaryrefslogtreecommitdiffstats
path: root/meta/packages/libnl/libnl_1.1.bb
blob: 05c0e32bb2dc6480d0345e75362f16ce048c0c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"