diff mbox series

[meta-openembedded,master,05/24] open-isns: extend recipe for native builds

Message ID 20260315133441.3034831-6-deeratho@cisco.com
State New
Headers show
Series Pull request (Cover letter only) | expand

Commit Message

From: Deepak Rathore <deeratho@cisco.com>

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 <deeratho@cisco.com>
---
 meta-networking/recipes-support/open-isns/open-isns_0.102.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 "