summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-06-21 13:14:20 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-21 13:14:20 -0500
commitf61b0cded8b63441970d789fe2e5eaab49d8bfb5 (patch)
tree911730872a036708d56fa4edc49a633e36911019
parentc09e1d00fbcf2d9b204be02d4b34ffe34b7941e7 (diff)
downloadmeta-mlinux-f61b0cded8b63441970d789fe2e5eaab49d8bfb5.tar.gz
meta-mlinux-f61b0cded8b63441970d789fe2e5eaab49d8bfb5.tar.bz2
meta-mlinux-f61b0cded8b63441970d789fe2e5eaab49d8bfb5.zip
Current python requires SSLV3
-rw-r--r--recipes-connectivity/openssl/openssl.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-connectivity/openssl/openssl.inc b/recipes-connectivity/openssl/openssl.inc
index 3b59e96..f5ba51b 100644
--- a/recipes-connectivity/openssl/openssl.inc
+++ b/recipes-connectivity/openssl/openssl.inc
@@ -8,8 +8,8 @@ SECTION = "libs/network"
LICENSE = "openssl"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
-# DEPENDS = "makedepend-native hostperl-runtime-native"
-DEPENDS = "makedepend-native perl-native-runtime"
+DEPENDS = "makedepend-native hostperl-runtime-native"
+#DEPENDS = "makedepend-native perl-native-runtime"
DEPENDS_append_class-target = " openssl-native"
SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
@@ -51,7 +51,8 @@ RDEPENDS_${PN}-ptest += "${PN}-misc make perl perl-module-filehandle bc"
# Remove this to enable SSLv3. SSLv3 is defaulted to disabled due to the POODLE
# vulnerability
-EXTRA_OECONF = " -no-ssl3"
+# Current python requires ssl3.
+#EXTRA_OECONF = " -no-ssl3"
do_configure_prepend_darwin () {
sed -i -e '/version-script=openssl\.ld/d' Configure