diff mbox series

[meta-selinux,1/2] libsepol: enable nativesdk

Message ID 20260804114749.625810-1-dmitry.baryshkov@oss.qualcomm.com
State New
Headers show
Series [meta-selinux,1/2] libsepol: enable nativesdk | expand

Commit Message

Dmitry Baryshkov Aug. 4, 2026, 11:47 a.m. UTC
Enable nativesdk class extension, letting libsepol to satisfy
dependencies of nativesdk-rpm if SELinux is enabled by the distro.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 recipes-security/selinux/libsepol_3.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-security/selinux/libsepol_3.10.bb b/recipes-security/selinux/libsepol_3.10.bb
index 0a51aba28ee8..49cc9d256460 100644
--- a/recipes-security/selinux/libsepol_3.10.bb
+++ b/recipes-security/selinux/libsepol_3.10.bb
@@ -17,4 +17,4 @@  DEPENDS = "flex-native"
 # sections which are not affected by -ffile-prefix-map, causing buildpaths QA failure
 LTO = ""
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"