aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:30:22 +0100
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:28 +0200
commit7ee5942eaf040264a74ae6dfe3592d568bdcaa42 (patch)
tree5ae7299863ae2b0d64dcd30f82df93422819e8dd /recipes
parenta653951a29badb8f7465801b8609cac6029bb315 (diff)
downloadopenembedded-7ee5942eaf040264a74ae6dfe3592d568bdcaa42.tar.gz
iw: depend only on libnl(-2.0) not libnl2(-2.0)
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/iw/iw_0.9.20.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/iw/iw_0.9.20.bb b/recipes/iw/iw_0.9.20.bb
index 0b6a768667..7048091c8f 100644
--- a/recipes/iw/iw_0.9.20.bb
+++ b/recipes/iw/iw_0.9.20.bb
@@ -3,18 +3,15 @@ HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "BSD"
-PR = "r2"
+PR = "r3"
-DEPENDS = "libnl2 pkgconfig"
+DEPENDS = "libnl pkgconfig"
SRC_URI = " \
http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
file://kill-git-version-check.patch \
"
-# We stage libnl2 header files not directly as they clash with libnl files. Once
-# we only use libnl2 and stage the headers at the normal place we can remove
-# this.
-CFLAGS += "-I${STAGING_INCDIR}/libnl2/ -DCONFIG_LIBNL20"
+CFLAGS += "-DCONFIG_LIBNL20"
do_compile() {
oe_runmake