[oe-commits] Andreas Oberritter : wpa-supplicant-0.7.3: depend on openssl

git version control git at git.openembedded.org
Fri Feb 11 15:41:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: efb86c94efa4fa9270982c83cb116e21a9f11f30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=efb86c94efa4fa9270982c83cb116e21a9f11f30

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Feb 11 20:58:00 2011 +0000

wpa-supplicant-0.7.3: depend on openssl

* let defconfig decide which crypto library to use

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 recipes/wpa-supplicant/wpa-supplicant-0.7.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/wpa-supplicant/wpa-supplicant-0.7.inc b/recipes/wpa-supplicant/wpa-supplicant-0.7.inc
index f64eb79..e01d1ef 100644
--- a/recipes/wpa-supplicant/wpa-supplicant-0.7.inc
+++ b/recipes/wpa-supplicant/wpa-supplicant-0.7.inc
@@ -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 \





More information about the Openembedded-commits mailing list