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:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-31 19:01:22 +0200
commit0ded81cbba947ebcb3d815add32c5a4bd4770357 (patch)
tree4ecf09b02360c22265d81ad3b698868e2ca400ba /recipes-devtools/python/python-cryptography_0.8.1.bb
parentef1fb806a4a80157affcfdf4af4afa351a729b2b (diff)
downloadmeta-python2-0ded81cbba947ebcb3d815add32c5a4bd4770357.tar.gz
python-cryptography: fix build issue do to openssl 1.0.1g upgrade
this fixes build/temp.linux-x86_64-2.7/_openssl.c:697:6: error: conflicting types for 'BIO_new_mem_buf' BIO *BIO_new_mem_buf(void *, int); ^ In file included from /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/openssl/asn1.h:65:0, from build/temp.linux-x86_64-2.7/_openssl.c:413: (From meta-openembedded commit: fb574eead5eb9b7a37bbf41bc2d27010bb83b76f) Signed-off-by: Armin Kuster <akuster@mvista.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.bb1
1 files changed, 1 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 41e4acd..cd10118 100644
--- a/recipes-devtools/python/python-cryptography_0.8.1.bb
+++ b/recipes-devtools/python/python-cryptography_0.8.1.bb
@@ -7,6 +7,7 @@ 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 \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"