wpa-supplicant-0.7.3: depend on openssl
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 11 Feb 2011 20:58:00 +0000 (20:58 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Fri, 11 Feb 2011 15:39:18 +0000 (16:39 +0100)
* let defconfig decide which crypto library to use

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
recipes/wpa-supplicant/wpa-supplicant-0.7.inc

index f64eb79..e01d1ef 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "GPLv2 | BSD"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
                     file://../README;md5=54cfc88015d3ce83f7156e63c6bb1738 \
                     file://wpa_supplicant.c;beginline=1;endline=17;md5=acdc5a4b0d6345f21f136eace747260e"
-DEPENDS = "gnutls dbus libnl2 ${@base_contains("COMBINED_FEATURES", "madwifi", "madwifi-ng", "",d)}"
+DEPENDS = "gnutls dbus libnl2 openssl ${@base_contains("COMBINED_FEATURES", "madwifi", "madwifi-ng", "",d)}"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
 SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \