mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 17:39:39 +01:00
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
13 lines
290 B
BlitzBasic
13 lines
290 B
BlitzBasic
require clutter.inc
|
|
|
|
PV = "0.8.0+svnr${SRCREV}"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
|
|
file://enable_tests.patch;patch=1;maxrev=2989 \
|
|
file://enable-tests-r2990.patch;patch=1;minrev=2990"
|
|
|
|
S = "${WORKDIR}/clutter"
|
|
|
|
|