From: Deepak Rathore <[email protected]> Some SDK dependency chains require numactl 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-support/numactl/numactl_2.0.19.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/numactl/numactl_2.0.19.bb b/meta/recipes-support/numactl/numactl_2.0.19.bb index 38c09199c3..fd3a5f0a34 100644 --- a/meta/recipes-support/numactl/numactl_2.0.19.bb +++ b/meta/recipes-support/numactl/numactl_2.0.19.bb @@ -54,3 +54,4 @@ do_install_ptest() { } RDEPENDS:${PN}-ptest = "bash" +BBCLASSEXTEND += "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233114): https://lists.openembedded.org/g/openembedded-core/message/233114 Mute This Topic: https://lists.openembedded.org/mt/118327422/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
