From: Deepak Rathore <[email protected]> Some SDK dependency chains require python3-icu to be available as host/SDK artifacts. The current metadata only partially provides this, which can lead to dependency resolution failures when this recipe is pulled into SDK-oriented builds.
This change does not alter target package behavior; it only enables required native/nativesdk variants for build and SDK integration paths. Signed-off-by: Deepak Rathore <[email protected]> --- meta-python/recipes-devtools/python/python3-icu_2.16.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.1.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.1.bb index 44d8b9a701..52a17e430c 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.16.1.bb @@ -18,3 +18,5 @@ inherit pkgconfig pypi python_setuptools_build_meta # it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version S = "${UNPACKDIR}/pyicu-${PV}" + +BBCLASSEXTEND += "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125243): https://lists.openembedded.org/g/openembedded-devel/message/125243 Mute This Topic: https://lists.openembedded.org/mt/118327844/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
