diff options
author | Martin Dietze <martin@the-little-red-haired-girl.org> | 2009-05-23 13:22:43 +0200 |
---|---|---|
committer | md <md@freiheit.com> | 2009-05-27 21:50:57 +0200 |
commit | 46df71fbf94cb99c2ad72df67286ccae0b47b094 (patch) | |
tree | 4a9728b3a39aa357044179936b3c92ff6f962d60 /recipes/hostap/hostap-daemon_0.5.10.bb | |
parent | eabb7e3ab0a68d76603dce6053f549ec5aeb1075 (diff) |
hostap: nylon-specific patches * for hostap-daemon 0.4.4, the MADWIFI_BSD macro is unset * for hostap-daemon 0.5.10, dependency and include dirs for madwifi are added
Diffstat (limited to 'recipes/hostap/hostap-daemon_0.5.10.bb')
-rw-r--r-- | recipes/hostap/hostap-daemon_0.5.10.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/hostap/hostap-daemon_0.5.10.bb b/recipes/hostap/hostap-daemon_0.5.10.bb index 3fc1d8dc11..ea493017fe 100644 --- a/recipes/hostap/hostap-daemon_0.5.10.bb +++ b/recipes/hostap/hostap-daemon_0.5.10.bb @@ -5,6 +5,10 @@ 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" +CPPFLAGS_append_mtx-1 = " -I${STAGING_INCDIR}/madwifi/" +CPPFLAGS_append_mtx-2 = " -I${STAGING_INCDIR}/madwifi/" #we introduce MY_ARCH to get 'armv5te' as arch instead of the misleading 'arm' on armv5te builds MY_ARCH := "${PACKAGE_ARCH}" |