SQUASH ament.bbclass: fix PYTHON_SOABI value

This commit is contained in:
Martin Jansa 2019-08-15 15:50:41 +00:00 committed by Herb Kuta
parent e0bcac2641
commit 89b4239a2a
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
PYTHON_SOABI_x86 = "i386-${TARGET_OS}-gnu"
PYTHON_SOABI_x86-64 = "x86_64-${TARGET_OS}-gnu"
PYTHON_SOABI_arm = "${TUNE_ARCH}-${TARGET_OS}${ARMPKGSFX_EABI}"
PYTHON_SOABI_aarch64 = "${TUNE_ARCH}-${TARGET_OS}${ARMPKGSFX_EABI}-gnu"
PYTHON_SOABI_ARCH_x86 = "i386-${TARGET_OS}-gnu"
PYTHON_SOABI_ARCH_x86-64 = "x86_64-${TARGET_OS}-gnu"
PYTHON_SOABI_ARCH_arm = "${TUNE_ARCH}-${TARGET_OS}${ARMPKGSFX_EABI}"
PYTHON_SOABI_ARCH_aarch64 = "${TUNE_ARCH}-${TARGET_OS}${ARMPKGSFX_EABI}-gnu"
EXTRA_OECMAKE_append = " -DBUILD_TESTING=OFF -DPYTHON_SOABI=${PYTHON_SOABI}"
EXTRA_OECMAKE_append = " -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-${@d.getVar('PYTHON_BASEVERSION').replace('.', '')}${PYTHON_ABI}-${PYTHON_SOABI_ARCH}"
# XXX Without STAGING_DIR_HOST path included, rmw-implementation:do_configure() fails with:
#