mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
9a15691663
commit
f0dd704fce
|
|
@ -7,7 +7,7 @@ LICENSE = "MIT"
|
|||
IMAGE_INSTALL = "\
|
||||
${CORE_IMAGE_BASE_INSTALL} \
|
||||
packagegroup-core-basic \
|
||||
task-core-selinux \
|
||||
packagegroup-core-selinux \
|
||||
"
|
||||
|
||||
inherit core-image
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
Loading…
Reference in New Issue
Block a user