aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-cryptography_0.8.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-05-31 07:08:26 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-31 19:01:26 +0200
commit56c8bef0593cf3245aa3045693726eeef8a51443 (patch)
tree1839148a7f8157f2d0d0e3ba989c9465f795351e /recipes-devtools/python/python-cryptography_0.8.1.bb
parent0ded81cbba947ebcb3d815add32c5a4bd4770357 (diff)
downloadmeta-python2-56c8bef0593cf3245aa3045693726eeef8a51443.tar.gz
python-cryptography: fix compile issue with openssl 1.0.2hjethro-nextjethro
this fixes: error: 'SSLv2_method' redeclared as different kind of symbol | SSL_METHOD* (*SSLv2_method)(void) = NULL; (From meta-openembedded commit: 8ab04afbffb4bc5184cfe0655049de6f44269990) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-cryptography_0.8.1.bb')
-rw-r--r--recipes-devtools/python/python-cryptography_0.8.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-cryptography_0.8.1.bb b/recipes-devtools/python/python-cryptography_0.8.1.bb
index cd10118..86bf0dc 100644
--- a/recipes-devtools/python/python-cryptography_0.8.1.bb
+++ b/recipes-devtools/python/python-cryptography_0.8.1.bb
@@ -8,6 +8,8 @@ SRCNAME = "cryptography"
SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
file://run-ptest \
file://build_fix_openssl_1.0.1g.patch \
+ file://Remove_SSLv2_bindings.patch \
+ file://Comment_lingering_SSLv2_symbol.patch \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"