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

git version control git at git.openembedded.org
Sat Jul 25 19:36:30 UTC 2009


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

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 752beea..bd6da24 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,8 +3,9 @@ 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}"
-PR = "r1"
+# remove the x on next version bump
+PV = "0.2.0-gitrx${SRCPV}"
+PR = "r0"
 
 inherit autotools_stage pkgconfig vala girepository
 





More information about the Openembedded-commits mailing list