mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Create task for SELinux packages.
This commit is contained in:
parent
aa356dbbe7
commit
023304b8bf
22
recipes-security/tasks/task-core-selinux.bb
Normal file
22
recipes-security/tasks/task-core-selinux.bb
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
DESCRIPTION = "SELinux task for Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
task-core-selinux \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_task-core-selinux = " \
|
||||
ustr \
|
||||
libsepol \
|
||||
libselinux \
|
||||
libsemanage \
|
||||
checkpolicy \
|
||||
sepolgen \
|
||||
policycoreutils \
|
||||
policycoreutils-python \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user