summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/tidy.inc
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/clutter/tidy.inc
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/clutter/tidy.inc')
-rw-r--r--meta/packages/clutter/tidy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/clutter/tidy.inc b/meta/packages/clutter/tidy.inc
index bac910a4f4..d1f11976cd 100644
--- a/meta/packages/clutter/tidy.inc
+++ b/meta/packages/clutter/tidy.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Tidy library"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4 4
5STDDEPENDS = "clutter" 5STDDEPENDS = "clutter-0.8"
6BASE_CONF = "--disable-gtk-doc" 6BASE_CONF = "--disable-gtk-doc"
7 7
8DEPENDS = "${STDDEPENDS}" 8DEPENDS = "${STDDEPENDS}"