Message ID | 20250709143829.308552-1-poonam.jadhav@kpit.com |
---|---|
State | New |
Headers | show |
Series | [meta-selinux,master,1/2] setools: Add native support | expand |
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"
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(+)