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:17:19 +0000 |
commit | 849b90f7cf1472948dcc7f613d25f4b1b0be49ad (patch) | |
tree | 256a2804188e61b4864c87e467bbb1a50fcb28cc /meta/recipes-graphics/clutter | |
parent | b9d36990ebe00afcae5bba19252462bf1b4403f3 (diff) | |
download | openembedded-core-849b90f7cf1472948dcc7f613d25f4b1b0be49ad.tar.gz openembedded-core-849b90f7cf1472948dcc7f613d25f4b1b0be49ad.tar.bz2 openembedded-core-849b90f7cf1472948dcc7f613d25f4b1b0be49ad.tar.xz openembedded-core-849b90f7cf1472948dcc7f613d25f4b1b0be49ad.zip |
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.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-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 070230219..7a10dd800 100644 --- a/meta/recipes-graphics/clutter/cogl_git.bb +++ b/meta/recipes-graphics/clutter/cogl_git.bb @@ -2,8 +2,9 @@ require cogl.inc LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -SRCREV = "0a70a159c65357809740971570b2e301451161b5" -PV = "1.8.0+git${SRCPV}" +# the 1.8.2 tag +SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" +PV = "1.8.2+git${SRCPV}" PR = "r0" DEFAULT_PREFERENCE = "-1" |