mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 23:09:39 +01:00
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>
15 lines
329 B
BlitzBasic
15 lines
329 B
BlitzBasic
require clutter-box2d.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
|
|
|
|
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.8"
|
|
PROVIDES = "clutter-box2d-1.6"
|