diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-02-08 16:48:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-10 14:38:42 +0000 |
commit | 18c3197911d227f3e29f62880af903322d5c28c9 (patch) | |
tree | 612cfdc603770ae2a9678e84ea59217a115a2f38 | |
parent | 970fcc886e8dff67d85f5a37c69962f7e751940f (diff) | |
download | poky-18c3197911d227f3e29f62880af903322d5c28c9.tar.gz |
clutter: upgrade git recipe to reflect 1.8.4 tag
(From OE-Core rev: 37b47a8f038947c6725dec10845412df7f67e9e4)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb index d598b4a679..9f7b048a94 100644 --- a/meta/recipes-graphics/clutter/clutter_git.bb +++ b/meta/recipes-graphics/clutter/clutter_git.bb | |||
@@ -3,9 +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 | # the 1.8.2 tag | 6 | # the 1.8.4 tag |
7 | SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" | 7 | SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" |
8 | PV = "1.8.2+git${SRCPV}" | 8 | PV = "1.8.4+git${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |