summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.13.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.13.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.13.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.13.7.bb b/meta/recipes-devtools/python/python3_3.13.7.bb
index e9eb610949..81d034bec6 100644
--- a/meta/recipes-devtools/python/python3_3.13.7.bb
+++ b/meta/recipes-devtools/python/python3_3.13.7.bb
@@ -86,7 +86,7 @@ DEPENDS:append:class-nativesdk = " python3-native"
86 86
87EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib} --with-system-expat" 87EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib} --with-system-expat"
88EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" 88EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}"
89EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" 89EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3 PLATFORM_TRIPLET=${HOST_ARCH}-${HOST_OS}"
90EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" 90EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3"
91 91
92export CROSSPYTHONPATH = "${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" 92export CROSSPYTHONPATH = "${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/"