aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffalarms
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 13:05:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 01:28:05 +0200
commite91823501707a85abe67f9da9c3d551847f3b2ca (patch)
tree2313a5e0f560ce77e963ec3c91d55215401790c7 /recipes/ffalarms
parent70b9e83caba440a5b39dc6399487c437a5155736 (diff)
downloadopenembedded-e91823501707a85abe67f9da9c3d551847f3b2ca.tar.gz
recipes: use SRCPV in few more git recipes
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ffalarms')
-rw-r--r--recipes/ffalarms/ffalarms_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ffalarms/ffalarms_git.bb b/recipes/ffalarms/ffalarms_git.bb
index aef3211b26..f9d05b1ea9 100644
--- a/recipes/ffalarms/ffalarms_git.bb
+++ b/recipes/ffalarms/ffalarms_git.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv3"
DEPENDS = "elementary libeflvala libical"
RDEPENDS = "atd alsa-utils-amixer ttf-dejavu-sans libical"
RSUGGESTS = "mplayer alsa-utils-aplay frameworkd"
-PV = "0.4+gitr${SRCREV}"
+PV = "0.4+gitr${SRCPV}"
PR = "r1"
SRC_URI = "git://git.shr-project.org/repo/ffalarms.git;protocol=http;branch=master"