From: Deepak Rathore <[email protected]> Some SDK dependency chains require python3-libarchive-c 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/recipes-devtools/python/python3-libarchive-c_5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb b/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb index 8b5de01b69..76396be8fd 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb @@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += " \ locale-base-en-us \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" do_install_ptest:append() { install -d ${D}${PTEST_PATH}/libarchive -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233109): https://lists.openembedded.org/g/openembedded-core/message/233109 Mute This Topic: https://lists.openembedded.org/mt/118327414/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
