From c856d8bde2cee71f1da6b97eec05ff121e0ede74 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 2 Oct 2008 17:11:36 +0000 Subject: - 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 --- meta/packages/tasks/task-poky-clutter.bb | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'meta/packages/tasks') 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 @@ # DESCRIPTION = "Clutter Tasks for OpenedHand Poky" -PR = "r2" +PR = "r3" PACKAGES = "\ task-poky-clutter-core \ @@ -20,14 +20,16 @@ PACKAGES = "\ ALLOW_EMPTY = "1" RDEPENDS_task-poky-clutter-core = "\ - clutter \ - clutter-cairo \ - clutter-gst" + clutter-0.8 \ + clutter-cairo-0.8 \ + clutter-gst-0.8 \ + clutter-gtk-0.8" RDEPENDS_task-poky-clutter-tests = "\ - clutter-examples \ - clutter-cairo-examples \ - clutter-gst-examples" + clutter-0.8-examples \ + clutter-cairo-0.8-examples \ + clutter-gst-0.8-examples \ + clutter-gtk-0.8-examples" RDEPENDS_task-poky-clutter-apps = "\ aaina \ -- cgit v1.2.3