[oe-commits] Martin Jansa : libsynthesis/libsynthesis_git.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:08:10 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 9601c7060113d7c7bd77196d00327fee1d288741
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9601c7060113d7c7bd77196d00327fee1d288741

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 21:06:44 2009 +0100

libsynthesis/libsynthesis_git.bb: switch from SRCREV to SRCPV

---

 recipes/libsynthesis/libsynthesis_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/libsynthesis/libsynthesis_git.bb b/recipes/libsynthesis/libsynthesis_git.bb
index 3571a75..869276a 100644
--- a/recipes/libsynthesis/libsynthesis_git.bb
+++ b/recipes/libsynthesis/libsynthesis_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Synthesis SyncML Engine"
 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
 LICENSE = "LGPLv2.1"
-PV = "0.0+git${SRCREV}"
+PV = "0.0+gitr${SRCPV}"
+PE = "1"
 PR = "r1"
 
 DEPENDS = "libpcre"





More information about the Openembedded-commits mailing list