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

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


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

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

linux/linux-omapzoom_git.bb: switch from SRCREV to SRCPV

---

 recipes/linux/linux-omapzoom_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-omapzoom_git.bb b/recipes/linux/linux-omapzoom_git.bb
index 60d4e8e..ad5d996 100644
--- a/recipes/linux/linux-omapzoom_git.bb
+++ b/recipes/linux/linux-omapzoom_git.bb
@@ -7,8 +7,9 @@ COMPATIBLE_MACHINE = "omapzoom"
 
 SRCREV = "26d16dad66b1d3955d8958938f9de5f2e0fce7fb"
 
-#PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCREV}"
-PV = "2.6.27.10-${PR}+gitr${SRCREV}"
+#PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCPV}"
+PE = "1"
+PV = "2.6.27.10-${PR}+gitr${SRCPV}"
 PR = "r0"
 
 SRC_URI = "git://git.omapzoom.org/repo/omapkernel.git;protocol=git \





More information about the Openembedded-commits mailing list