From 3044ac769afb68a57035ce63716506cf6cdfd468 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 26 Aug 2008 14:59:45 +0000 Subject: libnl add 1.1, remove outdated ones --- packages/libnl/libnl_1.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/libnl/libnl_1.1.bb (limited to 'packages/libnl/libnl_1.1.bb') 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} +} -- cgit v1.2.3