[oe-commits] Martin Jansa : openmoko-projects/tichy_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: a16260981361c1643b14cd3cc8976f4c174600d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a16260981361c1643b14cd3cc8976f4c174600d6

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

openmoko-projects/tichy_git.bb: switch from SRCREV to SRCPV

---

 recipes/openmoko-projects/tichy_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-projects/tichy_git.bb b/recipes/openmoko-projects/tichy_git.bb
index 4a1ffb5..80ee4f1 100644
--- a/recipes/openmoko-projects/tichy_git.bb
+++ b/recipes/openmoko-projects/tichy_git.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Python applets manager"
 SECTION = "x11"
 LICENSE = "GPL"
 DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject"                                   
-PV = "0.2+gitr${SRCREV}"
+PV = "0.2+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git"





More information about the Openembedded-commits mailing list