[oe-commits] Martin Jansa : hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)

git version control git at git.openembedded.org
Thu Mar 24 10:22:46 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 18 14:30:09 2011 +0100

hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)

Acked-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/hostap/hostap-daemon_0.7.3.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/hostap/hostap-daemon_0.7.3.bb b/recipes/hostap/hostap-daemon_0.7.3.bb
index 2dfec35..10b1389 100644
--- a/recipes/hostap/hostap-daemon_0.7.3.bb
+++ b/recipes/hostap/hostap-daemon_0.7.3.bb
@@ -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() {





More information about the Openembedded-commits mailing list