blob: 4d5b9151e5ccbfd44e4b21323db4a2acdf61325c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
do_stage () {
autotools_stage_all
}
|