[oe-commits] Martin Jansa : fso-boot: use SRCREV instead SRCPV (sorry)

git version control git at git.openembedded.org
Fri Feb 5 14:02:33 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb  5 15:00:52 2010 +0100

fso-boot: use SRCREV instead SRCPV (sorry)

---

 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 ae91eef..61d5f16 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}"





More information about the Openembedded-commits mailing list