[meta-selinux][PATCH 1/2] libsepol: enable nativesdk
Dmitry Baryshkov <[email protected]> Tue, 4 Aug 2026 14:47:47 +0300
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Enable nativesdk class extension, letting libsepol to satisfy dependencies of nativesdk-rpm if SELinux is enabled by the distro. Signed-off-by: Dmitry Baryshkov <[email protected]> --- recipes-security/selinux/libsepol_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3