svn recipes: change svn${SVNREV} to svnr${SRCPV}
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 15 Nov 2009 13:11:21 +0000 (14:11 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 17 Nov 2009 09:37:04 +0000 (10:37 +0100)
* Only formal change
* Should be safe as version svnr[1234567890]* > svn[1234567890]*

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/calibrator/calibrator_svn.bb
recipes/cdparanoia/cdparanoia_svn.bb
recipes/gnome-mplayer/gnome-mplayer_svn.bb
recipes/odcctools/odcctools-cross-sdk_svn.bb
recipes/odcctools/odcctools-cross_svn.bb

index 3ac2793..bd7bb1f 100644 (file)
@@ -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"
index d3358a6..018e0b9 100644 (file)
@@ -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 \
index 2e847e0..5540f94 100644 (file)
@@ -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"
 
index 5c34783..c171841 100644 (file)
@@ -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"
index 142b01f..3736976 100644 (file)
@@ -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"