diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-13 11:32:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:36:23 +0000 |
commit | d29ea11597533639ef3c5c5e908ae2c78d1d0c66 (patch) | |
tree | 0bea9a300077a216e21136966ebd8546a6c63244 | |
parent | b1ce9372afee547315263bf6b4c5f82eaa24a8fc (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-graphics/clutter/clutter_git.bb | 5 |
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 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" | 6 | # the 1.8.2 tag |
7 | PV = "1.8.0+git${SRCPV}" | 7 | SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" |
8 | PV = "1.8.2+git${SRCPV}" | ||
8 | PR = "r0" | 9 | PR = "r0" |
9 | 10 | ||
10 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |