aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-02-23 13:52:55 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:27:30 +0100
commitb2a5169b83ee48075b348697bde167dba5cf928a (patch)
tree0eca8899e357cec87f3c7fe36497736e6595222b
parent81e8284f10cab2c37b9616d85521b58b817249c4 (diff)
downloadopenembedded-b2a5169b83ee48075b348697bde167dba5cf928a.tar.gz
hostap-daemon: fixed dependencies for nylon
-rw-r--r--recipes/hostap/hostap-daemon_0.5.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hostap/hostap-daemon_0.5.10.bb b/recipes/hostap/hostap-daemon_0.5.10.bb
index ea493017fe..5d3ddaf6c9 100644
--- a/recipes/hostap/hostap-daemon_0.5.10.bb
+++ b/recipes/hostap/hostap-daemon_0.5.10.bb
@@ -5,8 +5,8 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "openssl ${@base_contains("COMBINED_FEATURES", "pci", "madwifi-ng", "",d)}"
PR = "r1"
-DEPENDS_append_mtx-1 = " madwifi-modules"
-DEPENDS_append_mtx-2 = " madwifi-modules"
+DEPENDS_append_mtx-1 = " madwifi-modules openssl"
+DEPENDS_append_mtx-2 = " madwifi-modules openssl"
CPPFLAGS_append_mtx-1 = " -I${STAGING_INCDIR}/madwifi/"
CPPFLAGS_append_mtx-2 = " -I${STAGING_INCDIR}/madwifi/"