aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@hivehome.com>2018-08-07 23:01:03 +0000
committerKhem Raj <raj.khem@gmail.com>2018-08-10 12:51:21 -0700
commitde0149136450188c3c866478f843d484301d3c62 (patch)
tree1fac657e153e82776b5a22b2f224f3bc7594cf3f /meta-python
parent96699be966796805e9811ecf906b7493fa97c132 (diff)
downloadmeta-openembedded-contrib-de0149136450188c3c866478f843d484301d3c62.tar.gz
python-m2crypto: Move swig fix to configure task
Fixes: | DEBUG: Executing shell function do_configure ... | SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' | error: command 'swig' failed with exit status 1 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
index 899a361bd8..0da4274d96 100644
--- a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
+++ b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
@@ -27,7 +27,7 @@ export SWIG_FEATURES
# Get around a problem with swig, but only if the
# multilib header file exists.
#
-do_compile_prepend() {
+do_configure_prepend() {
${CPP} -dM - < /dev/null | grep -v __STDC__ | grep -v __REGISTER_PREFIX__ | grep -v __GNUC__ \
| sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h
if [ "${SITEINFO_BITS}" = "64" ];then