blob: 50413e04743b066476db96cac2fa04bea9fe4ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "SELinux Common Intermediate Language (CIL) compiler"
DESCRIPTION = "\
This package contains secilc, the SELinux Common Intermediate \
Language (CIL) compiler."
SECTION = "base"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138"
require selinux_common.inc
SRC_URI += "file://CVE-2021-36087.patch"
DEPENDS += "libsepol xmlto-native"
S = "${WORKDIR}/git/secilc"
BBCLASSEXTEND = "native"
|