diff options
author | Armin Kuster <akuster@mvista.com> | 2016-05-31 07:08:26 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-31 19:01:26 +0200 |
commit | 8ab04afbffb4bc5184cfe0655049de6f44269990 (patch) | |
tree | d8a8b0b3bdb0f4f09549440be0bcb0fb73237eda /meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb | |
parent | fb574eead5eb9b7a37bbf41bc2d27010bb83b76f (diff) | |
download | meta-openembedded-8ab04afbffb4bc5184cfe0655049de6f44269990.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: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb b/meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb index cd1011823..86bf0dc54 100644 --- a/meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb | |||
@@ -8,6 +8,8 @@ SRCNAME = "cryptography" | |||
8 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 8 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ |
9 | file://run-ptest \ | 9 | file://run-ptest \ |
10 | file://build_fix_openssl_1.0.1g.patch \ | 10 | file://build_fix_openssl_1.0.1g.patch \ |
11 | file://Remove_SSLv2_bindings.patch \ | ||
12 | file://Comment_lingering_SSLv2_symbol.patch \ | ||
11 | " | 13 | " |
12 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
13 | 15 | ||