[oe-commits] Klaus Kurzmann : libfso-glib: switch to use SRCPV instead of SRCREV

git version control git at git.openembedded.org
Fri Jul 31 15:08:34 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Jul 25 21:32:05 2009 +0200

libfso-glib: switch to use SRCPV instead of SRCREV

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/libfso-glib_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 906d0f0..bd6da24 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,10 +3,11 @@ AUTHOR = "Didier 'Ptitjes"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-PV = "0.2.0-gitr${SRCREV}"
+# remove the x on next version bump
+PV = "0.2.0-gitrx${SRCPV}"
 PR = "r0"
 
-inherit autotools_stage pkgconfig vala
+inherit autotools_stage pkgconfig vala girepository
 
 SRC_URI = "git://git.freesmartphone.org/libfso-glib.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list