diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-05 15:00:52 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-05 15:00:52 +0100 |
commit | fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac (patch) | |
tree | 8bd68149c61e4eda940d38fddff4130d73fea3c8 /recipes/freesmartphone | |
parent | 95fd7f27621f2603631d27971eedf469ced3a096 (diff) |
fso-boot: use SRCREV instead SRCPV (sorry)
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-boot_git.bb | 2 |
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}" |