diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-09 10:25:55 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-09 10:26:36 -0500 |
commit | 94a186c4260f71bd15127fb3a2388239fd1cfca4 (patch) | |
tree | e7c88d6652d50339a8c9c54ec6c2f85ddfae4e48 /recipes-connectivity/hostapd/hostap-daemon_2.4.bb | |
parent | c40080b1088bd5bf0c8c9bb7a3659473f0b5e778 (diff) | |
download | meta-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/hostap-daemon_2.4.bb')
-rw-r--r-- | recipes-connectivity/hostapd/hostap-daemon_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |