diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 10:24:10 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 10:24:10 +0000 |
commit | 121da71778dbd602250e0d52fdae15d359d4a50c (patch) | |
tree | 96886a95b71e7a1c2095954725a1a9666ce444e1 /recipes/libnl/libnl_1.1.bb | |
parent | 87ece9c2e0532d110109c94f81b4b5082e76d3a7 (diff) | |
download | openembedded-121da71778dbd602250e0d52fdae15d359d4a50c.tar.gz |
libnl: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r-- | recipes/libnl/libnl_1.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb index dcca3c6e92..5f2d6f1a07 100644 --- a/recipes/libnl/libnl_1.1.bb +++ b/recipes/libnl/libnl_1.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" SECTION = "libs/network" LICENSE = "LGPL" HOMEPAGE = "http://people.suug.ch/~tgr/libnl" -PR = "r1" +PR = "r2" inherit autotools pkgconfig @@ -10,8 +10,9 @@ 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 \ + file://local-includes.patch;patch=1 \ file://fix-includes.patch;patch=1 \ + file://respect-ldflags.patch;patch=1 \ " do_stage () { |