meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto
Kai Kang cff3116f66 python3-m2crypto: avoid host contamination for swig
If the version of libssl-dev is not match the version of libssl on the
build machine, it fails to compile SWIG/_m2crypto_wrap.c which is
created by swig for python3-m2crypto-native:

| SWIG/_m2crypto_wrap.c:9757:19: error: dereferencing pointer to
   incomplete type 'struct stack_st'
|   if (arg1) (arg1)->num = arg2;
|                   ^~

But it works if no libssl-dev installed on the build machine.

Export STAGING_DIR to make existing patch
0001-setup.py-link-in-sysroot-not-in-host-directories.patch work. And
filter out '/usr/inlucde' from include pathes of swig.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-28 09:02:47 -07:00
..
0001-Allow-verify_cb_-to-be-called-with-ok-True.patch python3-m2crypto: Upgrade to 0.37.1 2021-05-03 08:05:21 -07:00
0001-setup.py-link-in-sysroot-not-in-host-directories.patch python3-m2crypto: Upgrade to 0.37.1 2021-05-03 08:05:21 -07:00
0001-Use-of-RSA_SSLV23_PADDING-has-been-deprecated.patch python3-m2crypto: Upgrade to 0.37.1 2021-05-03 08:05:21 -07:00
avoid-host-contamination.patch python3-m2crypto: avoid host contamination for swig 2021-06-28 09:02:47 -07:00
cross-compile-platform.patch python3-m2crypto: Upgrade to 0.37.1 2021-05-03 08:05:21 -07:00