mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
12 lines
258 B
BlitzBasic
12 lines
258 B
BlitzBasic
require clutter.inc
|
|
|
|
PV = "0.6.0+gitr${SRCPV}"
|
|
PR = "r4"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-6 \
|
|
file://symconflict.patch;patch=1 \
|
|
file://enable_tests-0.6.patch;patch=1 "
|
|
|
|
S = "${WORKDIR}/git"
|
|
|