diff mbox series

[meta-oe,06/15] cmpi-bindings: Support Python freethreading

Message ID 20260325122046.1211090-7-zboszor@gmail.com
State Under Review
Headers show
Series Support Python freethreading | expand

Commit Message

Böszörményi Zoltán March 25, 2026, 12:19 p.m. UTC
Use PYTHON_DIR instead of the directory name based on PYTHON_BASEVERSION.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb
index e0d995226e..97c426cc22 100644
--- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb
+++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb
@@ -18,7 +18,7 @@  SRCREV = "49d6dcfc71ca421100fcf325e31625817c469fc9"
 inherit cmake python3targetconfig
 
 EXTRA_OECMAKE = "-DLIB='${baselib}' \
-                 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \
+                 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/${PYTHON_DIR} \
                  -DPYTHON_ABI=${PYTHON_ABI} \
                  -DBUILD_PYTHON3=NO \
                  -DPython3_SITE_DIR=${PYTHON_SITEPACKAGES_DIR} \