[oe-commits] Angus Ainslie : frameworkd : use SRCPV instead of SRCREV

GIT User account git at amethyst.openembedded.net
Mon May 11 22:27:25 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 7a0891bd0c170e1ea4674c389b5fbd4d35a00bab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a0891bd0c170e1ea4674c389b5fbd4d35a00bab

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon May 11 16:19:57 2009 -0600

frameworkd : use SRCPV instead of SRCREV

---

 recipes/freesmartphone/frameworkd_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index e3b6c1c..72a34e6 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -4,7 +4,7 @@ AUTHOR = "FreeSmartphone.Org Development Team"
 SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
-PV = "0.8.5.1+gitr${SRCREV}"
+PV = "0.8.5.1+gitr${SRCPV}"
 PR = "r3"
 
 inherit distutils update-rc.d





More information about the Openembedded-commits mailing list