diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto.inc | 9 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch | 16 |
2 files changed, 15 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc index da714874af..a36ab8a7fa 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto.inc +++ b/meta-python/recipes-devtools/python/python-m2crypto.inc | |||
| @@ -19,10 +19,11 @@ inherit pypi siteinfo | |||
| 19 | DEPENDS += "openssl swig-native" | 19 | DEPENDS += "openssl swig-native" |
| 20 | RDEPENDS_${PN} += "python-typing" | 20 | RDEPENDS_${PN} += "python-typing" |
| 21 | 21 | ||
| 22 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" | 22 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
| 23 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" | 23 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" |
| 24 | 24 | ||
| 25 | SWIG_FEATURES_x86 = "-D__i386__" | 25 | SWIG_FEATURES_x86 = "-D__i386__" |
| 26 | SWIG_FEATURES_x32 = "-D__ILP32__" | ||
| 26 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__" | 27 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__" |
| 27 | export SWIG_FEATURES | 28 | export SWIG_FEATURES |
| 28 | 29 | ||
| @@ -51,7 +52,3 @@ do_configure_prepend() { | |||
| 51 | } | 52 | } |
| 52 | 53 | ||
| 53 | BBCLASSEXTEND = "native" | 54 | BBCLASSEXTEND = "native" |
| 54 | |||
| 55 | # http://errors.yoctoproject.org/Errors/Details/184714/ | ||
| 56 | # SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' | ||
| 57 | CLEANBROKEN = "1" | ||
diff --git a/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch b/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch index 931c25c8ee..7f6dd29f8a 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch +++ b/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch | |||
| @@ -4,16 +4,19 @@ Index: M2Crypto-0.30.1/SWIG/_m2crypto.i | |||
| 4 | =================================================================== | 4 | =================================================================== |
| 5 | --- M2Crypto-0.30.1.orig/SWIG/_m2crypto.i | 5 | --- M2Crypto-0.30.1.orig/SWIG/_m2crypto.i |
| 6 | +++ M2Crypto-0.30.1/SWIG/_m2crypto.i | 6 | +++ M2Crypto-0.30.1/SWIG/_m2crypto.i |
| 7 | @@ -7,7 +7,7 @@ | 7 | @@ -8,6 +8,11 @@ |
| 8 | * Copyright (c) 2009-2010 Heikki Toivonen. All rights reserved. | ||
| 9 | * | 8 | * |
| 10 | */ | 9 | */ |
| 11 | - | 10 | |
| 12 | +%import "gcc_macros.h" | 11 | +%import "gcc_macros.h" |
| 12 | + | ||
| 13 | +%ignore WCHAR_MAX; | ||
| 14 | +%ignore WCHAR_MIN; | ||
| 15 | + | ||
| 13 | %module(threads=1) m2crypto | 16 | %module(threads=1) m2crypto |
| 14 | /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere. | 17 | /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere. |
| 15 | Disable threadallow as well, only enable it for operations likely to | 18 | Disable threadallow as well, only enable it for operations likely to |
| 16 | @@ -15,11 +15,6 @@ | 19 | @@ -15,11 +20,6 @@ |
| 17 | %nothreadblock; | 20 | %nothreadblock; |
| 18 | %nothreadallow; | 21 | %nothreadallow; |
| 19 | 22 | ||
| @@ -25,3 +28,8 @@ Index: M2Crypto-0.30.1/SWIG/_m2crypto.i | |||
| 25 | %{ | 28 | %{ |
| 26 | #ifdef _WIN32 | 29 | #ifdef _WIN32 |
| 27 | #define _WINSOCKAPI_ | 30 | #define _WINSOCKAPI_ |
| 31 | @@ -95,4 +95,3 @@ static PyObject *x509_store_verify_cb_fu | ||
| 32 | %constant int encrypt = 1; | ||
| 33 | %constant int decrypt = 0; | ||
| 34 | #endif | ||
| 35 | - | ||
