mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
50e32043a1
commit
e15ee3de9b
@@ -2,12 +2,13 @@ require clutter-box2d.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
|
||||
|
||||
SRCREV = "4799ac10ae8cb7da936a2b999aba58fe62eb1ee3"
|
||||
PV = "0.10.1+git${SRCPV}"
|
||||
SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2"
|
||||
PV = "0.12.1+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://git.gnome.org/clutter-box2d.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "clutter-1.6"
|
||||
DEPENDS += "clutter-1.8"
|
||||
PROVIDES = "clutter-box2d-1.6"
|
||||
|
||||
Reference in New Issue
Block a user