summaryrefslogtreecommitdiff
path: root/packages/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-26 14:59:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-26 14:59:45 +0000
commit3044ac769afb68a57035ce63716506cf6cdfd468 (patch)
treeff3c17ad67b307c010e99460a95f71275c4fd8b8 /packages/libnl/libnl_1.1.bb
parent873413a3c34c92913c9829a85e800f0ff083d443 (diff)
libnl add 1.1, remove outdated ones
Diffstat (limited to 'packages/libnl/libnl_1.1.bb')
-rw-r--r--packages/libnl/libnl_1.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libnl/libnl_1.1.bb b/packages/libnl/libnl_1.1.bb
new file mode 100644
index 0000000000..51f4c4385b
--- /dev/null
+++ b/packages/libnl/libnl_1.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+SECTION = "libs/network"
+LICENSE = "LGPL"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
+
+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-and-avoid-wrong-ldflags.patch;patch=1 \
+"
+
+do_stage () {
+ autotools_stage_all prefix=${prefix}
+}