diff mbox series

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

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

Commit Message

Poonam Jadhav July 9, 2025, 2:37 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 45063cd..94a0f94 100644
--- a/recipes-security/setools/setools_4.5.1.bb
+++ b/recipes-security/setools/setools_4.5.1.bb
@@ -36,3 +36,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"