1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +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:
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
@@ -9,20 +9,14 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r4"
inherit packagegroup
PACKAGES = "\
packagegroup-core-clutter-core \
packagegroup-core-clutter-core-dbg \
packagegroup-core-clutter-core-dev \
packagegroup-core-clutter-apps \
packagegroup-core-clutter-apps-dbg \
packagegroup-core-clutter-apps-dev \
packagegroup-core-clutter-tests \
packagegroup-core-clutter-tests-dbg \
packagegroup-core-clutter-tests-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_packagegroup-core-clutter-core = "\
clutter-1.8 \
clutter-gst-1.8 \
@@ -7,11 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
inherit packagegroup
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
PACKAGES = "${PN}-base"
PACKAGES += " \
${PN}-base \
"
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
RDEPENDS_${PN}-base = " \
directfb \