packagegroup-core-gtk-directfb: rename to packagegroup-core-directfb

- DirectFB is not supported by gtk versions >= 2.18
- remove the backwards compatibility statements (packagegroup-core-directfb
is an independent packagegroup)
- remove all gtk dependencies

[YOCTO #3642]

(From OE-Core rev: 423a397b2bf1a32519761ae3f0b048e0595c59e8)

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Constantin Musca 2013-01-18 13:48:29 +02:00 committed by Richard Purdie
parent f8a4a74c8c
commit 07ab6f118e
2 changed files with 16 additions and 23 deletions

View File

@ -0,0 +1,16 @@
SUMMARY = "DirectFB without X11"
PR = "r0"
LICENSE = "MIT"
inherit packagegroup
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
RDEPENDS_${PN} = " \
directfb \
directfb-examples \
pango \
pango-modules \
fontconfig \
${TOUCH} \
"

View File

@ -1,23 +0,0 @@
SUMMARY = "GTK+ over DirectFB without X11"
PR = "r1"
LICENSE = "MIT"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-core-gtk-directfb-base"
RREPLACES_${PN} = "task-core-gtk-directfb-base"
RCONFLICTS_${PN} = "task-core-gtk-directfb-base"
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
RDEPENDS_${PN} = " \
directfb \
directfb-examples \
pango \
pango-modules \
fontconfig \
gtk+ \
gtk-demo \
${TOUCH} \
"