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

index 2dfec35..10b1389 100644 (file)
@@ -3,8 +3,8 @@ HOMEPAGE = "http://hostap.epitest.fi"
 SECTION = "kernel/userland"
 PRIORITY = "optional"
 LICENSE = "GPL"
-DEPENDS = "libnl2 openssl"
-PR = "r1"
+DEPENDS = "libnl openssl"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -21,7 +21,6 @@ INITSCRIPT_NAME=hostapd
 
 do_configure() {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config
-       echo 'CFLAGS += "-I${STAGING_INCDIR}/libnl2"' >> ${S}/.config
 }
 
 do_compile() {