aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:30:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 11:18:21 +0100
commitc07a8dc11c488dfdf73871ce77853d8edb00fd85 (patch)
treeaeb2aad4b61d2926b3d837b472f144ba2d00cc77
parent5a2ad43721b871134269268883ef4fdae245251d (diff)
downloadopenembedded-c07a8dc11c488dfdf73871ce77853d8edb00fd85.tar.gz
hostap-daemon: 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>
-rw-r--r--recipes/hostap/hostap-daemon_0.7.3.bb5
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 2dfec3537e..10b1389590 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() {