summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-09-11 17:45:20 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-10-18 11:07:44 +0800
commit72ae0475734c2a4b8d14e2ab817b038cdd0578c6 (patch)
tree5866e2cc4589caf6d83d9197ec5dc8ef74086c00
parentc8b060cb5daea5c7f85295c17198f02fc2fb3600 (diff)
downloadmeta-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.bb4
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 @@
1DESCRIPTION = "Image with SELinux support" 1DESCRIPTION = "Image with SELinux support"
2 2
3IMAGE_FEATURES += "apps-console-core ssh-server-openssh" 3IMAGE_FEATURES += "splash ssh-server-openssh"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7IMAGE_INSTALL = "\ 7IMAGE_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