meta-selinux/recipes-security/selinux/secilc_3.8.1.bb
Yi Zhao 5ce36d63ef selinux: upgrade 3.8 -> 3.8.1
ChangeLog:
https://github.com/SELinuxProject/selinux/releases/tag/3.8.1

* libsemanage: improved performance of semanage store rebuild

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
2025-03-10 09:51:22 -04:00

16 lines
409 B
BlitzBasic

SUMMARY = "SELinux Common Intermediate Language (CIL) compiler"
DESCRIPTION = "\
This package contains secilc, the SELinux Common Intermediate \
Language (CIL) compiler."
SECTION = "base"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c7e802b9a3b0c2c852669864c08b9138"
require selinux_common.inc
DEPENDS = "libsepol xmlto-native"
S = "${WORKDIR}/git/secilc"
BBCLASSEXTEND = "native"