blob: efe046b5035ea4ba2a50a1f74c18ad0efa3ac431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
BBCLASSEXTEND = "native"
|