From: Deepak Rathore <[email protected]> Some SDK dependency chains require trace-cmd 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-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb index 6686f1ccd9..9db9e4bba1 100644 --- a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb +++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb @@ -30,3 +30,4 @@ do_install() { # Because makefile uses cp instead of install we need to change owner of files chown -R root:root ${D}${libdir} } +BBCLASSEXTEND = "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125228): https://lists.openembedded.org/g/openembedded-devel/message/125228 Mute This Topic: https://lists.openembedded.org/mt/118327829/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
