summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-cairo-0.8_svn.bb
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/clutter-cairo-0.8_svn.bb
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/clutter-cairo-0.8_svn.bb')
-rw-r--r--meta/packages/clutter/clutter-cairo-0.8_svn.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-cairo-0.8_svn.bb b/meta/packages/clutter/clutter-cairo-0.8_svn.bb
new file mode 100644
index 0000000000..53d1f712cf
--- /dev/null
+++ b/meta/packages/clutter/clutter-cairo-0.8_svn.bb
@@ -0,0 +1,12 @@
1require clutter-cairo.inc
2
3PV = "0.8.0+svnr${SRCREV}"
4
5DEPENDS += "clutter-0.8"
6
7SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-cairo-0-8;proto=http \
8 file://enable_examples.patch;patch=1"
9
10S = "${WORKDIR}/${PN}"
11
12