mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
parent
6e6ed9ebdb
commit
a426f5efdc
|
|
@ -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} \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user