summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-m2crypto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-m2crypto.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-m2crypto.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc
index da714874a..a36ab8a7f 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
19DEPENDS += "openssl swig-native" 19DEPENDS += "openssl swig-native"
20RDEPENDS_${PN} += "python-typing" 20RDEPENDS_${PN} += "python-typing"
21 21
22DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" 22DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"
23DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" 23DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
24 24
25SWIG_FEATURES_x86 = "-D__i386__" 25SWIG_FEATURES_x86 = "-D__i386__"
26SWIG_FEATURES_x32 = "-D__ILP32__"
26SWIG_FEATURES ?= "-D__${HOST_ARCH}__" 27SWIG_FEATURES ?= "-D__${HOST_ARCH}__"
27export SWIG_FEATURES 28export SWIG_FEATURES
28 29
@@ -51,7 +52,3 @@ do_configure_prepend() {
51} 52}
52 53
53BBCLASSEXTEND = "native" 54BBCLASSEXTEND = "native"
54
55# http://errors.yoctoproject.org/Errors/Details/184714/
56# SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h'
57CLEANBROKEN = "1"