diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-13 16:20:39 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-13 16:20:39 +0800 |
commit | 023304b8bfeafecdcd7ec185af5620dd5537b823 (patch) | |
tree | 4d39611291628b5a6d73703de4ce96c6d4e54504 | |
parent | aa356dbbe712d78860ae5fab330363c73aa7525a (diff) | |
download | meta-selinux-023304b8bfeafecdcd7ec185af5620dd5537b823.tar.gz |
Create task for SELinux packages.
-rw-r--r-- | recipes-security/tasks/task-core-selinux.bb | 22 |
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 @@ | |||
1 | DESCRIPTION = "SELinux task for Poky" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | PR = "r0" | ||
6 | |||
7 | PACKAGES = "\ | ||
8 | task-core-selinux \ | ||
9 | " | ||
10 | |||
11 | ALLOW_EMPTY = "1" | ||
12 | |||
13 | RDEPENDS_task-core-selinux = " \ | ||
14 | ustr \ | ||
15 | libsepol \ | ||
16 | libselinux \ | ||
17 | libsemanage \ | ||
18 | checkpolicy \ | ||
19 | sepolgen \ | ||
20 | policycoreutils \ | ||
21 | policycoreutils-python \ | ||
22 | " | ||