blob: e198e84215cbe62c9ee1dc5760aa036a6904efea [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 coreutils \
13 libsepol \
14 libselinux \
15 libselinux-bin \
16 libsemanage \
17 policycoreutils-fixfiles \
18 policycoreutils-secon \
19 policycoreutils-semodule \
20 policycoreutils-sestatus \
21 policycoreutils-setfiles \
22 selinux-init \
23 selinux-labeldev \
24 refpolicy \
25"