diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-13 11:31:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:36:22 +0000 |
commit | b1ce9372afee547315263bf6b4c5f82eaa24a8fc (patch) | |
tree | 0667fa1a9b735d2bb31381db6ca5c4cde75eeb18 /meta | |
parent | 827dfe8f4bcd842fb3a9d28a81354a21e12b4b81 (diff) | |
download | poky-b1ce9372afee547315263bf6b4c5f82eaa24a8fc.tar.gz |
cogl: update git recipe to 1.8.2
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: 849b90f7cf1472948dcc7f613d25f4b1b0be49ad)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb index 0702302192..7a10dd8004 100644 --- a/meta/recipes-graphics/clutter/cogl_git.bb +++ b/meta/recipes-graphics/clutter/cogl_git.bb | |||
@@ -2,8 +2,9 @@ require cogl.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRCREV = "0a70a159c65357809740971570b2e301451161b5" | 5 | # the 1.8.2 tag |
6 | PV = "1.8.0+git${SRCPV}" | 6 | SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" |
7 | PV = "1.8.2+git${SRCPV}" | ||
7 | PR = "r0" | 8 | PR = "r0" |
8 | 9 | ||
9 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |