blob: 5f2d6f1a078c38172f0dd169eea31c95f5bcb028 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
SECTION = "libs/network"
LICENSE = "LGPL"
HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
PR = "r2"
inherit autotools pkgconfig
CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
SRC_URI = "\
http://people.suug.ch/~tgr/libnl/files/libnl-${PV}.tar.gz \
file://local-includes.patch;patch=1 \
file://fix-includes.patch;patch=1 \
file://respect-ldflags.patch;patch=1 \
"
do_stage () {
autotools_stage_all prefix=${prefix}
}
|