summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-12-13 11:32:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-15 14:36:23 +0000
commitd29ea11597533639ef3c5c5e908ae2c78d1d0c66 (patch)
tree0bea9a300077a216e21136966ebd8546a6c63244 /meta/recipes-graphics/clutter
parentb1ce9372afee547315263bf6b4c5f82eaa24a8fc (diff)
downloadpoky-d29ea11597533639ef3c5c5e908ae2c78d1d0c66.tar.gz
clutter_git: update to 1.8.2 tag
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. (From OE-Core rev: 12b03b946ba5b08f93b780b6b3f7115fcf76fdcb) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r--meta/recipes-graphics/clutter/clutter_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index db8c712241..d598b4a679 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -3,8 +3,9 @@ require clutter-package.inc
3 3
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" 6# the 1.8.2 tag
7PV = "1.8.0+git${SRCPV}" 7SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a"
8PV = "1.8.2+git${SRCPV}"
8PR = "r0" 9PR = "r0"
9 10
10DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"