1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-17 06:19:56 +00:00
Files
poky/meta/recipes-graphics/clutter/clutter-box2d_git.bb
T
Yu Ke 61018fda65 poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally

(From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04 15:06:36 +01:00

14 lines
321 B
BlitzBasic

require clutter-box2d.inc
LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
SRCREV = "92b44f79a8667a31b46b861236392bdf32b7d6c2"
PV = "0.10.1+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.clutter-project.org/clutter-box2d.git;protocol=git"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.4"