packagegroup-core-selinux: Rename from task to packagegroup

Also fix ALLOW_EMPTY, oe-core does not allow ALLOW_EMPTY w/o a package
name.

Adjust references in core-image-selinux to the new packagegroup filename.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2013-04-22 13:50:22 -05:00
parent 9a15691663
commit f0dd704fce
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ LICENSE = "MIT"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
task-core-selinux \
packagegroup-core-selinux \
"
inherit core-image

View File

@ -1,16 +1,16 @@
DESCRIPTION = "SELinux task for Poky"
DESCRIPTION = "SELinux packagegroup for Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r0"
PACKAGES = "\
task-core-selinux \
${PN} \
"
ALLOW_EMPTY = "1"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_task-core-selinux = " \
RDEPENDS_${PN} = " \
ustr \
libsepol \
libsepol-bin \