aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/secilc_3.6.bb
blob: 5e0da3f64c0d818ec935e8419d7af5c44ed8085f (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}/LICENSE;md5=c7e802b9a3b0c2c852669864c08b9138"

require selinux_common.inc

DEPENDS = "libsepol xmlto-native"

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

BBCLASSEXTEND = "native"