diff mbox series

[meta-selinux,master,1/2] setools: Add native support

Message ID 20250709143829.308552-1-poonam.jadhav@kpit.com
State New
Headers show
Series [meta-selinux,master,1/2] setools: Add native support | expand

Commit Message

Poonam Jadhav July 9, 2025, 2:38 p.m. UTC
Enable using setools native for analyzing
the built SELinux policy during the build.

Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
---
 recipes-security/setools/setools_4.5.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/recipes-security/setools/setools_4.5.1.bb b/recipes-security/setools/setools_4.5.1.bb
index c9d0bb3..aaaace5 100644
--- a/recipes-security/setools/setools_4.5.1.bb
+++ b/recipes-security/setools/setools_4.5.1.bb
@@ -29,3 +29,5 @@  do_install:append() {
     rm -rf ${D}${libdir}/${PYTHON_DIR}/site-packages/setools/__pycache__
     rm -rf ${D}${libdir}/${PYTHON_DIR}/site-packages/setools/*/__pycache__
 }
+
+BBCLASSEXTEND += "native"