diff mbox series

[meta-openembedded,scarthgap,1/2] yasm: extend recipe for nativesdk builds

Message ID 20260309145814.3435361-1-deeratho@cisco.com
State New
Headers show
Series [meta-openembedded,scarthgap,1/2] yasm: extend recipe for nativesdk builds | expand

Commit Message

From: Deepak Rathore <deeratho@cisco.com>

Some SDK dependency chains require yasm 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>
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index 5d1739ebf3..5ba4f67628 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -28,7 +28,7 @@  inherit autotools gettext python3native
 
 CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 PARALLEL_MAKE = ""