mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 06:39:53 +00:00
packagegroup-*: change to inherit from packagegroup.bbclass
Also clean out items already handled by that class (dev/dbg packages, ALLOW_EMPTY, etc.) (From OE-Core rev: 65fca4458cfe1d647c7ea1d4588dc449739a73eb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
073a12c9cb
commit
9bb6f42763
@@ -8,38 +8,21 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-core-basic \
|
||||
packagegroup-core-base-utils \
|
||||
packagegroup-core-base-utils-dbg \
|
||||
packagegroup-core-base-utils-dev \
|
||||
packagegroup-core-basic-libs \
|
||||
packagegroup-core-basic-libs-dbg \
|
||||
packagegroup-core-basic-libs-dev \
|
||||
packagegroup-core-basic-utils \
|
||||
packagegroup-core-basic-utils-dbg \
|
||||
packagegroup-core-basic-utils-dev \
|
||||
packagegroup-core-basic-extended \
|
||||
packagegroup-core-basic-extended-dbg \
|
||||
packagegroup-core-basic-extended-dev \
|
||||
packagegroup-core-dev-utils \
|
||||
packagegroup-core-dev-utils-dbg \
|
||||
packagegroup-core-dev-utils-dev \
|
||||
packagegroup-core-multiuser \
|
||||
packagegroup-core-multiuser-dbg \
|
||||
packagegroup-core-multiuser-dev \
|
||||
packagegroup-core-initscripts \
|
||||
packagegroup-core-initscripts-dbg \
|
||||
packagegroup-core-initscripts-dev \
|
||||
packagegroup-core-rpm \
|
||||
packagegroup-core-rpm-dbg \
|
||||
packagegroup-core-rpm-dev \
|
||||
packagegroup-core-sys-services \
|
||||
packagegroup-core-sys-services-dbg \
|
||||
packagegroup-core-sys-services-dev \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_packagegroup-core-basic = "\
|
||||
packagegroup-core-base-utils \
|
||||
|
||||
Reference in New Issue
Block a user