summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-13 16:20:39 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-02-13 16:20:39 +0800
commit023304b8bfeafecdcd7ec185af5620dd5537b823 (patch)
tree4d39611291628b5a6d73703de4ce96c6d4e54504
parentaa356dbbe712d78860ae5fab330363c73aa7525a (diff)
downloadmeta-selinux-023304b8bfeafecdcd7ec185af5620dd5537b823.tar.gz
Create task for SELinux packages.
-rw-r--r--recipes-security/tasks/task-core-selinux.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
1DESCRIPTION = "SELinux task for Poky"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6
7PACKAGES = "\
8 task-core-selinux \
9 "
10
11ALLOW_EMPTY = "1"
12
13RDEPENDS_task-core-selinux = " \
14 ustr \
15 libsepol \
16 libselinux \
17 libsemanage \
18 checkpolicy \
19 sepolgen \
20 policycoreutils \
21 policycoreutils-python \
22 "