diff mbox series

[meta-openembedded,master,08/24] libyang: extend recipe for native/nativesdk builds

Message ID 20260315133441.3034831-9-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 libyang 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 <deeratho@cisco.com>
---
 meta-oe/recipes-extended/libyang/libyang_3.13.6.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libyang/libyang_3.13.6.bb b/meta-oe/recipes-extended/libyang/libyang_3.13.6.bb
index 822c30ba24..122262e73e 100644
--- a/meta-oe/recipes-extended/libyang/libyang_3.13.6.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_3.13.6.bb
@@ -45,3 +45,4 @@  do_install_ptest () {
 }
 
 FILES:${PN} += "${datadir}/yang/*"
+BBCLASSEXTEND += "native nativesdk"