mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
(From OE-Core rev: f45aa6e07318f22ede4614b28ea15cd48f5e4095) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
495 B
BlitzBasic
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 \
|
|
"
|