mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
waf-samba.bbclass: point PYTHON_CONFIG to target python3-config
Ensures that waf detects and uses it correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -95,6 +95,7 @@ do_configure() {
|
||||
export STAGING_LIBDIR=${STAGING_LIBDIR}
|
||||
export STAGING_INCDIR=${STAGING_INCDIR}
|
||||
export PYTHONPATH=${STAGING_DIR_HOST}${PYTHON_SITEPACKAGES_DIR}
|
||||
export PYTHON_CONFIG=${STAGING_EXECPREFIXDIR}/python-target-config/python3-config
|
||||
|
||||
CONFIG_CMD="./configure ${CONFIGUREOPTS} ${EXTRA_OECONF} --cross-compile"
|
||||
if [ "${CROSS_METHOD}" = "answer" ]; then
|
||||
|
||||
Reference in New Issue
Block a user