blob: 60ab2fea2842c5b91446c2ee56ec8d31671a44fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
DEPENDS += "libsepol xmlto-native"
S = "${WORKDIR}/git/secilc"
BBCLASSEXTEND = "native"
|