Files
poky/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb
Paul Eggleton 29c19460e2 packagegroup-*: add RREPLACES/RCONFLICTS
These are needed to support upgrading from task-* to packagegroup-*
within existing target images at runtime.

Note: these settings will very likely be moved out to a separate inc
file at some point in the future.

(From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04 18:03:18 +01:00

24 lines
525 B
BlitzBasic

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} \
"