From: Martin Jansa Date: Fri, 5 Feb 2010 14:00:52 +0000 (+0100) Subject: fso-boot: use SRCREV instead SRCPV (sorry) X-Git-Tag: Release-2010-05/1~569 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac;p=openembedded.git fso-boot: use SRCREV instead SRCPV (sorry) --- diff --git a/recipes/freesmartphone/fso-boot_git.bb b/recipes/freesmartphone/fso-boot_git.bb index ae91eef97c..61d5f16ed6 100644 --- a/recipes/freesmartphone/fso-boot_git.bb +++ b/recipes/freesmartphone/fso-boot_git.bb @@ -1,5 +1,5 @@ require cornucopia.inc inherit fso-plugin PR = "${INC_PR}.0" -PV = "0.2.0+gitr${SRCPV}" +PV = "0.2.0+gitr${SRCREV}" S = "${WORKDIR}/git/tools/${PN}"