diff mbox series

[meta-openembedded,master,01/24] libburn: extend recipe for nativesdk builds

Message ID 20260315133441.3034831-2-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 libburn 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
nativesdk variant for build and SDK integration paths.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
---
 meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb
index e84a60a543..29f3cae254 100644
--- a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb
+++ b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb
@@ -12,4 +12,4 @@  SRC_URI[sha256sum] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee3
 
 inherit autotools pkgconfig lib_package
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"