[oe-commits] Martin Jansa : x-load/x-load_git.bb: switch from SRCREV to SRCPV

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


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

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

x-load/x-load_git.bb: switch from SRCREV to SRCPV

---

 recipes/x-load/x-load_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb
index 0e0e603..ceee39a 100644
--- a/recipes/x-load/x-load_git.bb
+++ b/recipes/x-load/x-load_git.bb
@@ -7,9 +7,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE
 
 SRCREV = "319b26586fafb86f919f514bcd175838aaab96b3"
 
-PV = "1.42+${PR}+gitr${SRCREV}"
-PR ="r8"
-PE = "1"
+PV = "1.42+${PR}+gitr${SRCPV}"
+PR ="r0"
+PE = "2"
 
 SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
 





More information about the Openembedded-commits mailing list