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

git version control git at git.openembedded.org
Sun Nov 15 19:32:01 UTC 2009


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

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

hal/ohm_git.bb: switch from SRCREV to SRCPV

---

 recipes/hal/ohm_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/hal/ohm_git.bb b/recipes/hal/ohm_git.bb
index ffdbb07..af2377e 100644
--- a/recipes/hal/ohm_git.bb
+++ b/recipes/hal/ohm_git.bb
@@ -8,8 +8,8 @@ SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git \
            file://fix_configure.patch;patch=1"
 
 SRCREV = "edfe25d49d67884bf004de7ae0724c162bb5e65e"
-PV = "0.1.2+${PR}+gitr${SRCREV}"
-PE = "1"
+PV = "0.1.2+${PR}+gitr${SRCPV}"
+PE = "2"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list