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/clutter/clutter-gst_svn.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/clutter/clutter-gst_svn.bb')
-rw-r--r-- | meta/packages/clutter/clutter-gst_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-gst_svn.bb b/meta/packages/clutter/clutter-gst_svn.bb index 8ef87236f7..b41e28c8d9 100644 --- a/meta/packages/clutter/clutter-gst_svn.bb +++ b/meta/packages/clutter/clutter-gst_svn.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require clutter-gst.inc | 1 | require clutter-gst.inc |
2 | 2 | ||
3 | PV = "0.8.0+svnr${SRCREV}" | 3 | PV = "0.8.0+svnr${SRCREV}" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \ |
6 | file://autofoo.patch;patch=1" | 7 | file://autofoo.patch;patch=1" |