diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-09-11 17:45:20 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-10-18 11:07:44 +0800 |
commit | 72ae0475734c2a4b8d14e2ab817b038cdd0578c6 (patch) | |
tree | 5866e2cc4589caf6d83d9197ec5dc8ef74086c00 | |
parent | c8b060cb5daea5c7f85295c17198f02fc2fb3600 (diff) | |
download | meta-selinux-72ae0475734c2a4b8d14e2ab817b038cdd0578c6.tar.gz |
core-image-selinux: update task-* to packagegroup-*
oe-core has changed task-* recipes to packagegroup-*, so we should
follow this.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-security/images/core-image-selinux.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/images/core-image-selinux.bb b/recipes-security/images/core-image-selinux.bb index 65b7b5f..d3acb0f 100644 --- a/recipes-security/images/core-image-selinux.bb +++ b/recipes-security/images/core-image-selinux.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | DESCRIPTION = "Image with SELinux support" | 1 | DESCRIPTION = "Image with SELinux support" |
2 | 2 | ||
3 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | 3 | IMAGE_FEATURES += "splash ssh-server-openssh" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
8 | ${CORE_IMAGE_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |
9 | task-core-basic \ | 9 | packagegroup-core-basic \ |
10 | task-core-selinux \ | 10 | task-core-selinux \ |
11 | " | 11 | " |
12 | 12 | ||