git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2ad43
)
hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
author
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 13:30:09 +0000
(14:30 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/recipes/hostap/hostap-daemon_0.7.3.bb
b/recipes/hostap/hostap-daemon_0.7.3.bb
index
2dfec35
..
10b1389
100644
(file)
--- 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 = "libnl
2
openssl"
-PR = "r
1
"
+DEPENDS = "libnl openssl"
+PR = "r
2
"
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() {