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:
Paul Eggleton
2012-07-26 18:16:14 +01:00
committed by Richard Purdie
parent 073a12c9cb
commit 9bb6f42763
27 changed files with 52 additions and 168 deletions

View File

@@ -7,18 +7,12 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PACKAGES = "\
${PN} \
${PN}-dbg \
${PN}-dev \
"
inherit packagegroup
PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
MTRACE = ""
MTRACE_libc-glibc = "libc-mtrace"