diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-09-06 01:30:02 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 13:32:12 -0700 |
| commit | 5ccc6fd2dabc6aa0454e45ca168a9eca3c983cba (patch) | |
| tree | 030015ed96dbb4df9afd0f724c921ffb8ee07f97 /meta-python/recipes-devtools/python/python-m2crypto.inc | |
| parent | 791a1c612f4bf36c6154e31cc80de868ff7e2c27 (diff) | |
| download | meta-openembedded-5ccc6fd2dabc6aa0454e45ca168a9eca3c983cba.tar.gz | |
python-m2crypto: Ignore WCHAR_MAX and WCHAR_MIN when on musl
This fixes the build until we upgrade to swig 4.0 where this is fixed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-m2crypto.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto.inc | 9 |
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 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" | ||
