mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
29 lines
518 B
BlitzBasic
29 lines
518 B
BlitzBasic
DESCRIPTION = "SELinux packagegroup for Poky"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
PACKAGES = "\
|
|
${PN} \
|
|
"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
libsepol \
|
|
libsepol-bin \
|
|
libselinux \
|
|
libselinux-bin \
|
|
libsemanage \
|
|
checkpolicy \
|
|
selinux-python-sepolgen \
|
|
packagegroup-selinux-policycoreutils \
|
|
setools \
|
|
setools-console \
|
|
selinux-autorelabel \
|
|
selinux-init \
|
|
selinux-labeldev \
|
|
refpolicy \
|
|
coreutils \
|
|
auditd \
|
|
"
|