From: Deepak Rathore <[email protected]> Some SDK dependency chains require libtraceevent 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-kernel/libtraceevent/libtraceevent_1.9.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb b/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb index 0dee0ebcc2..83b72c56b8 100644 --- a/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb +++ b/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb @@ -19,3 +19,4 @@ EXTRA_OEMESON = "-Ddoc=false" PACKAGES += "${PN}-plugins" FILES:${PN}-plugins += "${libdir}/traceevent/plugins" +BBCLASSEXTEND += "native nativesdk" \ No newline at end of file -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233115): https://lists.openembedded.org/g/openembedded-core/message/233115 Mute This Topic: https://lists.openembedded.org/mt/118327424/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
