meta-selinux/recipes-security/packagegroups/packagegroup-selinux-policycoreutils.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

36 lines
853 B
BlitzBasic

DESCRIPTION = "SELinux policycoreutils packagegroup"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
PACKAGES = "\
${PN} \
"
ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN} = "\
policycoreutils-fixfiles \
policycoreutils-genhomedircon \
policycoreutils-loadpolicy \
policycoreutils-newrole \
policycoreutils-runinit \
policycoreutils-secon \
policycoreutils-semodule \
policycoreutils-sestatus \
policycoreutils-setfiles \
policycoreutils-setsebool \
policycoreutils-hll \
semodule-utils-semodule-expand \
semodule-utils-semodule-link \
semodule-utils-semodule-package \
selinux-python-audit2allow \
selinux-python-sepolgen-ifgen \
selinux-python-semanage \
selinux-python-sepolicy \
selinux-python-chcat \
selinux-python \
selinux-sandbox \
selinux-dbus \
selinux-gui \
"