diff mbox series

[meta-selinux,master,4/4] semodule-utils: extend SELinux tooling for nativesdk builds

Message ID 20260315124408.2966368-5-deeratho@cisco.com
State New
Headers show
Series Pull request (cover letter only) | expand

Commit Message

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

Some SDK dependency chains require SELinux tools to be available as host/SDK
artifacts. The current recipes only partially provide this, which can lead to
dependency resolution failures when these tools are 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/recipes-security/selinux/semodule-utils_3.10.bb b/recipes-security/selinux/semodule-utils_3.10.bb
index 2015811..e8095f8 100644
--- a/recipes-security/selinux/semodule-utils_3.10.bb
+++ b/recipes-security/selinux/semodule-utils_3.10.bb
@@ -23,4 +23,4 @@  FILES:${PN}-semodule-package = "\
         ${bindir}/semodule_unpackage \
 "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"