aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:30:09 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-26 14:56:37 +0100
commit02f313d45b7efebbdafe89572423c1df12ada9af (patch)
tree174d095c8f74ca71e71bcd8aa64252ed22a16364 /recipes
parentd117a073adba30fd2183bd4cfb88cf5ec6e2c488 (diff)
downloadopenembedded-02f313d45b7efebbdafe89572423c1df12ada9af.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> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-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() {