From 5ccc6fd2dabc6aa0454e45ca168a9eca3c983cba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 6 Sep 2018 01:30:02 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python-m2crypto.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-m2crypto.inc') 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 DEPENDS += "openssl swig-native" RDEPENDS_${PN} += "python-typing" -DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" -DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" +DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" +DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" SWIG_FEATURES_x86 = "-D__i386__" +SWIG_FEATURES_x32 = "-D__ILP32__" SWIG_FEATURES ?= "-D__${HOST_ARCH}__" export SWIG_FEATURES @@ -51,7 +52,3 @@ do_configure_prepend() { } BBCLASSEXTEND = "native" - -# http://errors.yoctoproject.org/Errors/Details/184714/ -# SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf