wpa-supplicant-0.6.inc: small builfix for opendreambox madwifi
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Feb 2010 23:50:54 +0000 (00:50 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Feb 2010 23:50:54 +0000 (00:50 +0100)
recipes/wpa-supplicant/wpa-supplicant-0.6.inc

index 881660e..47c8522 100644 (file)
@@ -5,7 +5,7 @@ HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
 DEPENDS = "dbus gnutls ${@base_contains("COMBINED_FEATURES", "madwifi", "madwifi-ng", "",d)}"
 INC_PR = "r5"
 
-DEPENDS_opendreambox = "libnl openssl"
+DEPENDS_opendreambox = "libnl openssl ${@base_contains("COMBINED_FEATURES", "madwifi", "madwifi-ng", "",d)}"
 
 #we introduce MY_ARCH to get 'armv5te' as arch instead of the misleading 'arm' on armv5te builds
 MY_ARCH := "${PACKAGE_ARCH}"