cmpi-bindings: disable python3 due to 3.13 incompatibility

Upstream ticket:
https://github.com/kkaempf/cmpi-bindings/issues/18

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin 2024-10-16 21:34:55 +02:00 committed by Khem Raj
parent 6e6ed9ebdb
commit a426f5efdc
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -21,7 +21,7 @@ inherit cmake python3targetconfig
EXTRA_OECMAKE = "-DLIB='${baselib}' \
-DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \
-DPYTHON_ABI=${PYTHON_ABI} \
-DBUILD_PYTHON3=YES \
-DBUILD_PYTHON3=NO \
-DPython3_SITE_DIR=${PYTHON_SITEPACKAGES_DIR} \
"