blob: ef468b3fdefca7322a991efcbe614308a546d9b9 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001inherit python3-dir
Patrick Williamsc124f4f2015-09-15 14:41:29 -05002
3PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
4EXTRANATIVEPATH += "${PYTHON_PN}-native"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06005DEPENDS_append = " ${PYTHON_PN}-native "
6
7# python-config and other scripts are using distutils modules
8# which we patch to access these variables
9export STAGING_INCDIR
10export STAGING_LIBDIR
11
12# autoconf macros will use their internal default preference otherwise
13export PYTHON