blob: e263f11b9bce47ea6c73b6ff75b828b4ece76b3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "SELinux Common Intermediate Language (CIL) compiler"
DESCRIPTION = "\
This package contains secilc, the SELinux Common Intermediate \
Language (CIL) compiler."
SECTION = "base"
LICENSE = "BSD"
DEPENDS += "libsepol xmlto-native"
BBCLASSEXTEND = "native"
|