iw: depend only on libnl(-2.0) not libnl2(-2.0)
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 13:30:22 +0000 (14:30 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Mar 2011 10:18:22 +0000 (11:18 +0100)
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/iw/iw_0.9.20.bb

index 0b6a768..7048091 100644 (file)
@@ -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