diff mbox series

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

Message ID 20260315124408.2966368-3-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/libsepol_3.10.bb b/recipes-security/selinux/libsepol_3.10.bb
index 0423a2a..6cf4509 100644
--- a/recipes-security/selinux/libsepol_3.10.bb
+++ b/recipes-security/selinux/libsepol_3.10.bb
@@ -13,4 +13,4 @@  inherit lib_package
 
 DEPENDS = "flex-native"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"