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