lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | DESCRIPTION = "SELinux packagegroup with only packages required for basic operations" |
2 | LICENSE = "MIT" | ||||
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||||
4 | |||||
5 | PACKAGES = "\ | ||||
6 | ${PN} \ | ||||
7 | " | ||||
8 | |||||
9 | ALLOW_EMPTY:${PN} = "1" | ||||
10 | |||||
11 | RDEPENDS:${PN} = "\ | ||||
12 | libsepol \ | ||||
13 | libselinux \ | ||||
14 | libselinux-bin \ | ||||
15 | libsemanage \ | ||||
16 | selinux-init \ | ||||
17 | selinux-labeldev \ | ||||
18 | refpolicy \ | ||||
19 | " |