meta-selinux/recipes-security/packagegroups/packagegroup-core-selinux.bb
Yi Zhao 654201e25d meta-selinux: convert to new override syntax
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>
2021-08-04 16:18:39 -04:00

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 \
"