Am 18.10.2014 um 23:33 schrieb Tyler Hall:
# need to export these variables for python-config to work
export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR
Tested and this works, when added to my pyotherside recipe.
It is indeed not very intuitive, but writing recipes is anyway something
mysterical (e.g. I need to inherit python3-native, whereas pycurl only
inherits distutils; strange).
Thanks a lot. This is probably the best solution.