clutter: Fix so 0.4 versions are default (which matches distro config SRCREVs) and fix up svn trunk versions too.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3084 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-06 23:11:42 +00:00
parent 7277fe10c9
commit b5fda83441
8 changed files with 84 additions and 13 deletions

View File

@@ -1,10 +1,13 @@
require clutter.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.4.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-4;proto=http \
file://enable_tests.patch;patch=1 "
file://enable_tests-0.4.patch;patch=1 "
S = "${WORKDIR}/clutter-0-4"
do_stage () {
cp ${S}/clutter.pc ${S}/clutter-0.4.pc
autotools_stage_all
}