aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 20:22:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 20:27:44 +0100
commit31b3517b11052f0a93fc130589512f7d1a52de06 (patch)
tree87f8ef6c0833c89075d312c0fef37df525a97dd6 /recipes/openmoko-projects
parent34796c7423f9259bad6e365efeebd4b88312a3c1 (diff)
downloadopenembedded-31b3517b11052f0a93fc130589512f7d1a52de06.tar.gz
openmoko-projects/om-locations_git.bb: switch from SRCREV to SRCPV
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/om-locations_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openmoko-projects/om-locations_git.bb b/recipes/openmoko-projects/om-locations_git.bb
index b50de38e9e..1d82d25d9f 100644
--- a/recipes/openmoko-projects/om-locations_git.bb
+++ b/recipes/openmoko-projects/om-locations_git.bb
@@ -4,7 +4,8 @@ SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "eet evas edje ecore edbus etk"
RDEPENDS_${PN} = "diversity-daemon"
-PV = "0.2+gitr${SRCREV}"
+PV = "0.2+gitr${SRCPV}"
+PE = "1"
PR = "r1.03"
SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git"