Use PYTHON_DIR instead of the directory name based on PYTHON_BASEVERSION.

Signed-off-by: Zoltán Böszörményi <[email protected]>
---
 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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} \
-- 
2.53.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125613): 
https://lists.openembedded.org/g/openembedded-devel/message/125613
Mute This Topic: https://lists.openembedded.org/mt/118499801/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to