From: Martin Jansa Date: Sun, 15 Nov 2009 13:11:21 +0000 (+0100) Subject: svn recipes: change svn${SVNREV} to svnr${SRCPV} X-Git-Tag: Release-2010-05/1~1653 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca479d37af6d1e4e89e5dac0dc5b2fb81819c2b;p=openembedded.git svn recipes: change svn${SVNREV} to svnr${SRCPV} * Only formal change * Should be safe as version svnr[1234567890]* > svn[1234567890]* Signed-off-by: Martin Jansa --- diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb index 3ac2793932..bd7bb1fc25 100644 --- a/recipes/calibrator/calibrator_svn.bb +++ b/recipes/calibrator/calibrator_svn.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://monetdb.cwi.nl/Calibrator/" LICENSE = "AS IS" SRCREV = "21" -PV = "0.9e+svn${SRCREV}" +PV = "0.9e+svnr${SRCPV}" PR = "r0" SRC_URI = "svn://dev.bec-systems.com/svn/pub;module=calibrator;proto=http" diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb index d3358a64e3..018e0b9155 100644 --- a/recipes/cdparanoia/cdparanoia_svn.bb +++ b/recipes/cdparanoia/cdparanoia_svn.bb @@ -5,7 +5,7 @@ PR ="r0" LICENSE="GPL" -PV = "10.2+svn${SRCREV}" +PV = "10.2+svnr${SRCPV}" SRC_URI="svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \ file://fixes10.patch;patch=1 \ diff --git a/recipes/gnome-mplayer/gnome-mplayer_svn.bb b/recipes/gnome-mplayer/gnome-mplayer_svn.bb index 2e847e0ef4..5540f94732 100644 --- a/recipes/gnome-mplayer/gnome-mplayer_svn.bb +++ b/recipes/gnome-mplayer/gnome-mplayer_svn.bb @@ -1,7 +1,7 @@ require gnome-mplayer.inc SRCREV = "1569" -PV = "0.9.8+svn${SRCREV}" +PV = "0.9.8+svnr${SRCPV}" PR = "r0" S = "${WORKDIR}/trunk" diff --git a/recipes/odcctools/odcctools-cross-sdk_svn.bb b/recipes/odcctools/odcctools-cross-sdk_svn.bb index 5c34783490..c1718418b6 100644 --- a/recipes/odcctools/odcctools-cross-sdk_svn.bb +++ b/recipes/odcctools/odcctools-cross-sdk_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION = "cctools for darwin (SDK)" HOMEPAGE = "http://code.google.com/p/iphone-dev" DEPENDS = "bison-native" -PV = "0.0+svn${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r2" SRCREV="280" diff --git a/recipes/odcctools/odcctools-cross_svn.bb b/recipes/odcctools/odcctools-cross_svn.bb index 142b01f4b8..37369761c6 100644 --- a/recipes/odcctools/odcctools-cross_svn.bb +++ b/recipes/odcctools/odcctools-cross_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "cctools for darwin" HOMEPAGE = "http://code.google.com/p/iphone-dev" DEPENDS = "cross-linkage bison-native" PROVIDES = "virtual/${TARGET_PREFIX}binutils" -PV = "0.0+svn${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r2" SRCREV="280"