summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/secilc_3.4.bb
blob: e30cd3a4aadb549994b1d87c5aa94043d1e19240 (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-2-Clause"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138"

require selinux_common.inc

DEPENDS = "libsepol xmlto-native"

S = "${WORKDIR}/git/secilc"

BBCLASSEXTEND = "native"