diff mbox series

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

Message ID 20260315124408.2966368-2-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/checkpolicy_3.10.bb b/recipes-security/selinux/checkpolicy_3.10.bb
index 7ee9269..55a5ba0 100644
--- a/recipes-security/selinux/checkpolicy_3.10.bb
+++ b/recipes-security/selinux/checkpolicy_3.10.bb
@@ -18,4 +18,4 @@  do_install:append() {
     install test/dispol ${D}/${bindir}/sedispol
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"