[oe-commits] Martin Jansa : Use svnr/gitr in PV

git version control git at git.openembedded.org
Wed Nov 11 08:36:38 UTC 2009


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Nov 11 07:17:46 2009 +0000

Use svnr/gitr in PV

---

 recipes/e17/elmdentica_svn.bb            |    2 +-
 recipes/freesmartphone/fsoraw_svn.bb     |    2 +-
 recipes/mesa/mesa-dri_git.bb             |    2 ++
 recipes/openmoko-3rdparty/om-neon_svn.bb |    2 +-
 recipes/shr/shr-settings_git.bb          |    3 ++-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 3c053a9..977bc6d 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3+"
 SECTION = "e/apps"
 HOMEPAGE = "http://elmdentica.googlecode.com"
 AUTHOR = "seabra"
-PV = "0.7.0+svn${SRCREV}"
+PV = "0.7.0+svnr${SRCREV}"
 PR = "r0"
  
  
diff --git a/recipes/freesmartphone/fsoraw_svn.bb b/recipes/freesmartphone/fsoraw_svn.bb
index 61c6dae..2db6cba 100644
--- a/recipes/freesmartphone/fsoraw_svn.bb
+++ b/recipes/freesmartphone/fsoraw_svn.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 HOMEPAGE = "http://noko.sourceforge.net"
 LICENSE = "GPL"
 DEPENDS = "dbus"
-PV = "0.0.1"
+PV = "0.0.1+svnr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "svn://noko.svn.sourceforge.net/svnroot/noko/trunk;module=fsoraw;proto=https"
diff --git a/recipes/mesa/mesa-dri_git.bb b/recipes/mesa/mesa-dri_git.bb
index 1c61072..ea90592 100644
--- a/recipes/mesa/mesa-dri_git.bb
+++ b/recipes/mesa/mesa-dri_git.bb
@@ -12,6 +12,8 @@ PE = "1"
 DEFAULT_PREFERENCE = "-2"
 DEFAULT_PREFERENCE_om-gta02 = "2"
 
+SRCREV_om-gta02 ?= "a8a1c12262998e5fa3a857eebf857c6d3a95f85e"
+
 SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"
 SRC_URI_om-gta02 = "git://git.bitwiz.org.uk/mesa.git;protocol=git;branch=glamo"
 S = "${WORKDIR}/git"
diff --git a/recipes/openmoko-3rdparty/om-neon_svn.bb b/recipes/openmoko-3rdparty/om-neon_svn.bb
index 48aa0ab..d8ecd2a 100644
--- a/recipes/openmoko-3rdparty/om-neon_svn.bb
+++ b/recipes/openmoko-3rdparty/om-neon_svn.bb
@@ -7,7 +7,7 @@ PRIORITY = "optional"
 DEPENDS = "edje-native python-native"
 
 SRCREV = ${AUTOREV}
-PV = "1.0.0+svn${SRCREV}"
+PV = "1.0.0+svnr${SRCREV}"
 PR = "r2"
 
 S = "${WORKDIR}/trunk"
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index adfb0a5..7d34a7f 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -4,7 +4,8 @@ SHR_RELEASE ?= "shr"
 LICENSE ?= "GPL"
 RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils"
 SECTION = "x11/application"
-PV = "0.1.1+r${SRCREV}"
+PE = "1"
+PV = "0.1.1+gitr${SRCREV}"
 PR = "r7"
 
 inherit setuptools





More information about the Openembedded-commits mailing list