lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | SUMMARY = "SELinux Common Intermediate Language (CIL) compiler" |
2 | DESCRIPTION = "\ | ||||
3 | This package contains secilc, the SELinux Common Intermediate \ | ||||
4 | Language (CIL) compiler." | ||||
5 | |||||
6 | SECTION = "base" | ||||
7 | LICENSE = "BSD" | ||||
8 | |||||
9 | DEPENDS += "libsepol xmlto-native" | ||||
10 | |||||
11 | BBCLASSEXTEND = "native" |