packagegroup-core-gtk-directfb: remove superfluous -base package

There's only one package, just make it the main one; also update
core-image-gtk-directfb to match and tidy it up a bit.

(From OE-Core rev: b3a49ebaa2149ac66e7d82b63dd29a83f6d96429)

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-08-30 14:48:06 +01:00 committed by Richard Purdie
parent 07db740004
commit 04c6a0f606
2 changed files with 2 additions and 10 deletions

View File

@ -6,18 +6,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS += "packagegroup-core-gtk-directfb"
RDEPENDS_${PN} += " \
packagegroup-core-gtk-directfb-base \
"
inherit core-image
IMAGE_INSTALL += "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
packagegroup-core-gtk-directfb-base \
packagegroup-core-gtk-directfb \
"
python __anonymous () {

View File

@ -7,11 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
inherit packagegroup
PACKAGES = "${PN}-base"
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
RDEPENDS_${PN}-base = " \
RDEPENDS_${PN} = " \
directfb \
directfb-examples \
pango \