summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-09-09 10:25:55 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-09-09 10:26:36 -0500
commit94a186c4260f71bd15127fb3a2388239fd1cfca4 (patch)
treee7c88d6652d50339a8c9c54ec6c2f85ddfae4e48 /recipes-connectivity/hostapd
parentc40080b1088bd5bf0c8c9bb7a3659473f0b5e778 (diff)
downloadmeta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.tar.gz
meta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.tar.bz2
meta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.zip
fix: hostap-daemon 2.4 recipe dependency and remove debug statement
Diffstat (limited to 'recipes-connectivity/hostapd')
-rw-r--r--recipes-connectivity/hostapd/hostap-daemon.inc1
-rw-r--r--recipes-connectivity/hostapd/hostap-daemon_2.4.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon.inc b/recipes-connectivity/hostapd/hostap-daemon.inc
index bee65fb..4f8ae21 100644
--- a/recipes-connectivity/hostapd/hostap-daemon.inc
+++ b/recipes-connectivity/hostapd/hostap-daemon.inc
@@ -6,7 +6,6 @@ do_install() {
install -m 0755 ${S}/hostapd ${D}${sbindir}
install -m 0755 ${S}/hostapd_cli ${D}${sbindir}
install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd
- echo "WORKDIR is ${WORKDIR}, S is ${S}" >/tmp/jak.txt
install -m 644 -D ${WORKDIR}/cfg80211.conf ${D}${sysconfdir}/modprobe.d/cfg80211.conf
}
diff --git a/recipes-connectivity/hostapd/hostap-daemon_2.4.bb b/recipes-connectivity/hostapd/hostap-daemon_2.4.bb
index df9d305..e64704a 100644
--- a/recipes-connectivity/hostapd/hostap-daemon_2.4.bb
+++ b/recipes-connectivity/hostapd/hostap-daemon_2.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://hostap.epitest.fi"
SECTION = "kernel/userland"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c"
-DEPENDS = "libnl openssl"
+DEPENDS = "libnl openssl sqlite3"
SUMMARY = "User space daemon for extended IEEE 802.11 management"
inherit update-rc.d