blob: 3895ec555802ab892237fe31ca256b6cf8f09c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 \
file://netlink-local-fix.patch;patch=1 \
"
do_stage () {
autotools_stage_all prefix=${prefix}
}
|