aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 20:22:19 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 20:27:46 +0100
commita16260981361c1643b14cd3cc8976f4c174600d6 (patch)
treea8463eab84a7fb63dcb1f8f557678ca84e560890
parent2c0446a198318b85a7b3ae75e67398e9f9112f6c (diff)
downloadopenembedded-a16260981361c1643b14cd3cc8976f4c174600d6.tar.gz
openmoko-projects/tichy_git.bb: switch from SRCREV to SRCPV
-rw-r--r--recipes/openmoko-projects/tichy_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openmoko-projects/tichy_git.bb b/recipes/openmoko-projects/tichy_git.bb
index 4a1ffb500e..80ee4f161b 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"