From 023304b8bfeafecdcd7ec185af5620dd5537b823 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 13 Feb 2012 16:20:39 +0800 Subject: Create task for SELinux packages. --- recipes-security/tasks/task-core-selinux.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-security/tasks/task-core-selinux.bb diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb new file mode 100644 index 0000000..80fe501 --- /dev/null +++ b/recipes-security/tasks/task-core-selinux.bb @@ -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 \ + " -- cgit v1.2.3-54-g00ecf