aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-05 15:00:52 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-05 15:00:52 +0100
commitfd7071b6a6ee6d7c2709f6a32e5630acdb9690ac (patch)
tree8bd68149c61e4eda940d38fddff4130d73fea3c8
parent95fd7f27621f2603631d27971eedf469ced3a096 (diff)
downloadopenembedded-fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac.tar.gz
fso-boot: use SRCREV instead SRCPV (sorry)
-rw-r--r--recipes/freesmartphone/fso-boot_git.bb2
1 files changed, 1 insertions, 1 deletions
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}"