From: Martin Jansa Date: Tue, 23 Feb 2010 17:01:04 +0000 (+0100) Subject: ffalarms: kill SRCPV X-Git-Tag: Release-2010-05/1~491^2~111^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb74e2f10a11e241d8b32dff2327a3e4266becf;p=openembedded.git ffalarms: kill SRCPV --- diff --git a/recipes/ffalarms/ffalarms_git.bb b/recipes/ffalarms/ffalarms_git.bb index 4e1b164f1c..f054fe4b20 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 alsa-utils-alsactl virtual/alsa-scenarios ttf-dejavu-sans libical" RSUGGESTS = "mplayer alsa-utils-aplay frameworkd" -PV = "0.3.2+gitr${SRCPV}" +PV = "0.3.2+gitr${SRCREV}" PR = "r0" SRC_URI = "git://git.shr-project.org/repo/ffalarms.git;protocol=http;branch=master"