summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-10-02 17:11:36 +0000
committerRobert Bragg <bob@openedhand.com>2008-10-02 17:11:36 +0000
commitc856d8bde2cee71f1da6b97eec05ff121e0ede74 (patch)
tree23e0835270abfd59f04eee769002a207249a1e0f /meta/packages/tasks
parentdfffc404aca6a8ccce30a9952099b3fddb14f761 (diff)
downloadpoky-c856d8bde2cee71f1da6b97eec05ff121e0ede74.tar.gz
- This adds clutter-{gst,gtk,cairo}-0.8 recipes and clutter-{gst,gtk,cairo}-0.6 recipes.
- It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/task-poky-clutter.bb16
1 files changed, 9 insertions, 7 deletions
diff --git a/meta/packages/tasks/task-poky-clutter.bb b/meta/packages/tasks/task-poky-clutter.bb
index fb5abd500e..4393ec269c 100644
--- a/meta/packages/tasks/task-poky-clutter.bb
+++ b/meta/packages/tasks/task-poky-clutter.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Clutter Tasks for OpenedHand Poky" 5DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
6PR = "r2" 6PR = "r3"
7 7
8PACKAGES = "\ 8PACKAGES = "\
9 task-poky-clutter-core \ 9 task-poky-clutter-core \
@@ -20,14 +20,16 @@ PACKAGES = "\
20ALLOW_EMPTY = "1" 20ALLOW_EMPTY = "1"
21 21
22RDEPENDS_task-poky-clutter-core = "\ 22RDEPENDS_task-poky-clutter-core = "\
23 clutter \ 23 clutter-0.8 \
24 clutter-cairo \ 24 clutter-cairo-0.8 \
25 clutter-gst" 25 clutter-gst-0.8 \
26 clutter-gtk-0.8"
26 27
27RDEPENDS_task-poky-clutter-tests = "\ 28RDEPENDS_task-poky-clutter-tests = "\
28 clutter-examples \ 29 clutter-0.8-examples \
29 clutter-cairo-examples \ 30 clutter-cairo-0.8-examples \
30 clutter-gst-examples" 31 clutter-gst-0.8-examples \
32 clutter-gtk-0.8-examples"
31 33
32RDEPENDS_task-poky-clutter-apps = "\ 34RDEPENDS_task-poky-clutter-apps = "\
33 aaina \ 35 aaina \