From: Deepak Rathore <[email protected]> Some SDK dependency chains require open-isns to be available as host 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 variant for build and SDK integration paths. Signed-off-by: Deepak Rathore <[email protected]> --- meta-networking/recipes-support/open-isns/open-isns_0.102.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.102.bb b/meta-networking/recipes-support/open-isns/open-isns_0.102.bb index 5c38f6b5dc..33847a32a9 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.102.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.102.bb @@ -37,3 +37,4 @@ do_install:append () { FILES:${PN} += "${libdir} ${systemd_unitdir}" INITSCRIPT_NAME = "openisns" +BBCLASSEXTEND += "native " -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125222): https://lists.openembedded.org/g/openembedded-devel/message/125222 Mute This Topic: https://lists.openembedded.org/mt/118327823/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
