[oe-commits] Klaus Kurzmann : libnl: remove includes patch and VLAN reordering to make it build

git version control git at git.openembedded.org
Sun Aug 16 20:01:32 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a994dba69cbc9049470db9d1d59338b2fd010ddc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a994dba69cbc9049470db9d1d59338b2fd010ddc

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Aug 16 21:58:07 2009 +0200

libnl: remove includes patch and VLAN reordering to make it build

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/libnl/libnl_1.1.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb
index 3895ec5..2c74b94 100644
--- a/recipes/libnl/libnl_1.1.bb
+++ b/recipes/libnl/libnl_1.1.bb
@@ -2,16 +2,14 @@ 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"
+PR = "r3"
 
 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 \
 "





More information about the Openembedded-commits mailing list