diff options
author | Joe MacDonald <joe@deserted.net> | 2014-04-03 14:05:40 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-04-03 14:46:09 -0400 |
commit | b8b3c09a63561bc9c970f5f047cfd6fa19161877 (patch) | |
tree | ad77b2fc4ecf07b00c102daceedab1fea288f1c8 | |
parent | 54c4859744b77c7839cf0dc32aea98d1331309b5 (diff) | |
download | meta-selinux-b8b3c09a63561bc9c970f5f047cfd6fa19161877.tar.gz |
core-image-selinux: update 'core-basic' packagegroup
packagegroup-core-basic has been renamed to packagegroup-full-cmdline,
update our core-image-selinux.
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/images/core-image-selinux.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/images/core-image-selinux.bb b/recipes-security/images/core-image-selinux.bb index 1ec7b08..e186bdc 100644 --- a/recipes-security/images/core-image-selinux.bb +++ b/recipes-security/images/core-image-selinux.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT" | |||
7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
8 | ${CORE_IMAGE_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |
9 | util-linux-agetty \ | 9 | util-linux-agetty \ |
10 | packagegroup-core-basic \ | 10 | packagegroup-core-full-cmdline \ |
11 | packagegroup-core-selinux \ | 11 | packagegroup-core-selinux \ |
12 | " | 12 | " |
13 | 13 | ||