[oe-commits] Martin Jansa : sdr/sdrshell_svn.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:15:54 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 595c69c95ac9f8d55e64eaf6667b53024daa0d79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=595c69c95ac9f8d55e64eaf6667b53024daa0d79

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

sdr/sdrshell_svn.bb: switch from SRCREV to SRCPV

---

 recipes/sdr/sdrshell_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/sdr/sdrshell_svn.bb b/recipes/sdr/sdrshell_svn.bb
index 1641aa5..30d7241 100644
--- a/recipes/sdr/sdrshell_svn.bb
+++ b/recipes/sdr/sdrshell_svn.bb
@@ -6,7 +6,8 @@ DEPENDS = "dttsp"
 inherit qmake qt3x11 
 
 SRCREV = "57"
-PV = "${SRCREV}"
+PV = "1.0.0+svnr${SRCPV}"
+PE = "1"
 
 SRC_URI = "svn://sdr-shell.googlecode.com/svn/branches;module=sdr-shell-v2;proto=http \
            file://gcc-43-fix.patch;patch=1;pnum=0"





More information about the Openembedded-commits mailing list