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

git version control git at git.openembedded.org
Sun Nov 15 19:32:03 UTC 2009


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

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

python/python-pyrtc_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/python/python-pyrtc_git.bb b/recipes/python/python-pyrtc_git.bb
index af3bcfd..d367cad 100644
--- a/recipes/python/python-pyrtc_git.bb
+++ b/recipes/python/python-pyrtc_git.bb
@@ -6,7 +6,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "GPLv2"
 SRCNAME = "pyrtc"
 DEPENDS = "python-cython-native"
-PV = "1.0.0+gitr${SRCREV}"
+PV = "1.0.0+gitr${SRCPV}"
+PE = "1"
 PR = "ml1"
 
 SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"





More information about the Openembedded-commits mailing list