Message ID | 20250709143738.308474-1-poonam.jadhav@kpit.com |
---|---|
State | New |
Headers | show |
Series | [meta-selinux,scarthgap,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 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"
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(+)