From b2a5169b83ee48075b348697bde167dba5cf928a Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sat, 23 Feb 2013 13:52:55 +0100 Subject: hostap-daemon: fixed dependencies for nylon --- recipes/hostap/hostap-daemon_0.5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/hostap/hostap-daemon_0.5.10.bb') 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/" -- cgit 1.2.3-korg