[oe-commits] Klaus Kurzmann : vala-terminal: switch to 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: 62eb90ed707e0724aca245b50f9f32d406ef3ad7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62eb90ed707e0724aca245b50f9f32d406ef3ad7

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

vala-terminal: switch to SRCPV instead of SRCREV

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

---

 recipes/vala-terminal/vala-terminal_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/vala-terminal/vala-terminal_git.bb b/recipes/vala-terminal/vala-terminal_git.bb
index 5bc4c79..09ec8c9 100644
--- a/recipes/vala-terminal/vala-terminal_git.bb
+++ b/recipes/vala-terminal/vala-terminal_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
 SECTION = "x11/applications"
 DEPENDS = "vala-native vte"
-PV = "1.1.1+gitr${SRCREV}"
+# remove the x on next version bump
+PV = "1.1.1+gitrx${SRCPV}"
 PR = "r0"
 
 inherit autotools





More information about the Openembedded-commits mailing list