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

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


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

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

fso-boot: use SRCPV instead SRCREV

---

 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 61d5f16..ae91eef 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${SRCREV}"
+PV = "0.2.0+gitr${SRCPV}"
 S = "${WORKDIR}/git/tools/${PN}"





More information about the Openembedded-commits mailing list