diff mbox series

[meta-openembedded,master,12/24] cunit: extend recipe for nativesdk builds

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

Commit Message

Deepak Rathore March 15, 2026, 1:34 p.m. UTC
From: Deepak Rathore <deeratho@cisco.com>

Some SDK dependency chains require cunit to be available
as 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
nativesdk variant for build and SDK integration paths.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
---
 meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
index 75ba477757..ec8062b6a1 100644
--- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
@@ -33,4 +33,4 @@  do_install_ptest() {
 FILES:${PN}-dev += "${datadir}/CUnit"
 FILES:${PN}-doc += "${docdir}"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"