blob: 7b1cedc7f56e531250ac619a075811615d331f21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#
# Copyright (C) 2007 OpenedHand Ltd.
#
SUMMARY = "Clutter package groups"
LICENSE = "MIT"
PR = "r5"
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.8 \
clutter-gst-1.8 \
clutter-gtk-1.8 \
"
|