summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-10-16 21:34:55 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-16 14:07:29 -0700
commita426f5efdc7f91ec800d79a5b28c5e2431357b01 (patch)
tree70ec6ce3982e4537eebef04c7bc31cefc3ca99ef
parent6e6ed9ebdbdb1d92372aead9587fd0e9da8d654d (diff)
downloadmeta-openembedded-a426f5efdc7f91ec800d79a5b28c5e2431357b01.tar.gz
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>
-rw-r--r--meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb
index 4f2585fe76..5bfa311128 100644
--- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb
+++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb
@@ -21,7 +21,7 @@ inherit cmake python3targetconfig
21EXTRA_OECMAKE = "-DLIB='${baselib}' \ 21EXTRA_OECMAKE = "-DLIB='${baselib}' \
22 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \ 22 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \
23 -DPYTHON_ABI=${PYTHON_ABI} \ 23 -DPYTHON_ABI=${PYTHON_ABI} \
24 -DBUILD_PYTHON3=YES \ 24 -DBUILD_PYTHON3=NO \
25 -DPython3_SITE_DIR=${PYTHON_SITEPACKAGES_DIR} \ 25 -DPython3_SITE_DIR=${PYTHON_SITEPACKAGES_DIR} \
26 " 26 "
27 27