aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch
AgeCommit message (Collapse)Author
2015-02-23python-native: Reverts usage of distutils.sysconfig On older versions of ↵Alejandro Hernandez
Python, sysconfig read the Makefile and Python.h, generated at build time now it uses _sysconfigdata which contains information about the HOST, erroneous in our case, this causes an error when bulding something using distutils since it obtains compiler information and such. Also fixes configuration of _ctypes/libffi (From OE-Core rev: 3c76d5ef1f4d5270c94661d9fde7e31391b5cc2d) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>