diff options
author | Armin Kuster <akuster@mvista.com> | 2016-05-15 13:39:26 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-19 12:02:41 +0200 |
commit | 207e97112b2627267a7fa8921d94457114700cb7 (patch) | |
tree | 61b54f3945c7e20b9b5da2065bc122fd5d7f25d8 /meta-python/recipes-devtools/python/python-cryptography_1.1.bb | |
parent | 33f5a5b43dff271a04b885a74232dcd66b9644fe (diff) | |
download | meta-openembedded-207e97112b2627267a7fa8921d94457114700cb7.tar.gz |
python-cryptography: fix compile issue with openssl 1.0.2h
this fixes:
error: 'SSLv2_method' redeclared as different kind of symbol
| SSL_METHOD* (*SSLv2_method)(void) = NULL;
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography_1.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb index c501787af2..665a4cb123 100644 --- a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb +++ b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb | |||
@@ -5,7 +5,9 @@ DEPENDS += " python-cffi-native python-cffi python-enum34 python-six python-pyas | |||
5 | SRCNAME = "cryptography" | 5 | SRCNAME = "cryptography" |
6 | 6 | ||
7 | SRC_URI = "file://run-ptest \ | 7 | SRC_URI = "file://run-ptest \ |
8 | file://build_fix_openssl_1.0.1g.patch" | 8 | file://build_fix_openssl_1.0.1g.patch \ |
9 | file://Remove_SSLv2_bindings.patch \ | ||
10 | file://Comment_lingering_SSLv2_symbol.patch" | ||
9 | 11 | ||
10 | SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" | 12 | SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" |
11 | SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" | 13 | SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" |