diff options
author | Robert Bragg <bob@openedhand.com> | 2008-10-02 17:11:36 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-10-02 17:11:36 +0000 |
commit | c856d8bde2cee71f1da6b97eec05ff121e0ede74 (patch) | |
tree | 23e0835270abfd59f04eee769002a207249a1e0f /meta/packages/tasks/task-poky-clutter.bb | |
parent | dfffc404aca6a8ccce30a9952099b3fddb14f761 (diff) | |
download | poky-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/task-poky-clutter.bb')
-rw-r--r-- | meta/packages/tasks/task-poky-clutter.bb | 16 |
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 | ||
5 | DESCRIPTION = "Clutter Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Clutter Tasks for OpenedHand Poky" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-clutter-core \ | 9 | task-poky-clutter-core \ |
@@ -20,14 +20,16 @@ PACKAGES = "\ | |||
20 | ALLOW_EMPTY = "1" | 20 | ALLOW_EMPTY = "1" |
21 | 21 | ||
22 | RDEPENDS_task-poky-clutter-core = "\ | 22 | RDEPENDS_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 | ||
27 | RDEPENDS_task-poky-clutter-tests = "\ | 28 | RDEPENDS_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 | ||
32 | RDEPENDS_task-poky-clutter-apps = "\ | 34 | RDEPENDS_task-poky-clutter-apps = "\ |
33 | aaina \ | 35 | aaina \ |