[oe-commits] Klaus Kurzmann : blipomoko_git.bb: use +gitr instead of -gitr in PV

git version control git at git.openembedded.org
Sun Nov 15 11:00:05 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Nov 15 11:56:24 2009 +0100

blipomoko_git.bb: use +gitr instead of -gitr in PV

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

---

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

diff --git a/recipes/blipomoko/blipomoko_git.bb b/recipes/blipomoko/blipomoko_git.bb
index b78966f..22a3407 100644
--- a/recipes/blipomoko/blipomoko_git.bb
+++ b/recipes/blipomoko/blipomoko_git.bb
@@ -8,7 +8,7 @@ SECTION = "x11/applications"
 SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http"
 S = "${WORKDIR}/git"
 
-PV = "0.0-gitr${SRCPV}"
+PV = "0.0+gitr${SRCPV}"
 PR = "r0"
 
 inherit distutils





More information about the Openembedded-commits mailing list