[oe-commits] Martin Jansa : svn recipes: change svn${SVNREV} to svnr${SRCPV}

git version control git at git.openembedded.org
Tue Nov 17 20:23:47 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 6ca479d37af6d1e4e89e5dac0dc5b2fb81819c2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ca479d37af6d1e4e89e5dac0dc5b2fb81819c2b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 14:11:21 2009 +0100

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 <Martin.Jansa at gmail.com>

---

 recipes/calibrator/calibrator_svn.bb         |    2 +-
 recipes/cdparanoia/cdparanoia_svn.bb         |    2 +-
 recipes/gnome-mplayer/gnome-mplayer_svn.bb   |    2 +-
 recipes/odcctools/odcctools-cross-sdk_svn.bb |    2 +-
 recipes/odcctools/odcctools-cross_svn.bb     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb
index 3ac2793..bd7bb1f 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 d3358a6..018e0b9 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 2e847e0..5540f94 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 5c34783..c171841 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 142b01f..3736976 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"





More information about the Openembedded-commits mailing list