mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 20:02:22 +02: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.
11 lines
221 B
BlitzBasic
11 lines
221 B
BlitzBasic
require clutter.inc
|
|
|
|
PV = "0.6.0+svnr${SRCREV}"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-6;proto=http \
|
|
file://enable_tests-0.6.patch;patch=1 "
|
|
|
|
S = "${WORKDIR}/clutter-0-6"
|
|
|
|
PR = "r3"
|