diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-29 13:12:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:54 +0000 |
commit | e15ee3de9bc23cd4b1b9a4b69cf4fe1adb320cca (patch) | |
tree | 6d42c6cbc364e82fec8dca88e1bf379a61b1965e /meta | |
parent | 50e32043a1a15cef916dbff74aaab920bc27d054 (diff) | |
download | poky-e15ee3de9bc23cd4b1b9a4b69cf4fe1adb320cca.tar.gz |
clutter-box2d: Update git recipe
Several changes and fixes exist unreleased in git with version 0.12.1,
update to build the latest available.
(From OE-Core rev: 07799e71135a059cdbf1b8720a8094e2e22ac1b6)
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/clutter-box2d_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb index bfd46b215e..554ce81d8e 100644 --- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb +++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb | |||
@@ -2,12 +2,13 @@ require clutter-box2d.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" | 3 | LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" |
4 | 4 | ||
5 | SRCREV = "4799ac10ae8cb7da936a2b999aba58fe62eb1ee3" | 5 | SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" |
6 | PV = "0.10.1+git${SRCPV}" | 6 | PV = "0.12.1+git${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "git://git.gnome.org/clutter-box2d.git" | 9 | SRC_URI = "git://git.gnome.org/clutter-box2d.git" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | DEPENDS += "clutter-1.6" | 13 | DEPENDS += "clutter-1.8" |
14 | PROVIDES = "clutter-box2d-1.6" | ||