Files
poky/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
Tomas Frydrych 176a46b088 packagegroup-core-clutter: use clutter-1.0 packages
(From OE-Core rev: f45aa6e07318f22ede4614b28ea15cd48f5e4095)

Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-21 09:30:17 +01:00

27 lines
495 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
SUMMARY = "Clutter package groups"
LICENSE = "MIT"
PR = "r6"
inherit packagegroup
PACKAGES = "\
${PN}-core \
"
# For backwards compatibility after rename
RPROVIDES_${PN}-core = "task-core-clutter-core"
RREPLACES_${PN}-core = "task-core-clutter-core"
RCONFLICTS_${PN}-core = "task-core-clutter-core"
SUMMARY_${PN}-core = "Clutter graphics library"
RDEPENDS_${PN}-core = "\
clutter-1.0 \
clutter-gst-1.0 \
clutter-gtk-1.0 \
"