[oe-commits] Martin Jansa : linux/linux-eten_2.6.28-rc4+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: 1d3ce7c13c45fd010cd51c2b56988bad4a2960e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1d3ce7c13c45fd010cd51c2b56988bad4a2960e6

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

linux/linux-eten_2.6.28-rc4+git.bb: switch from SRCREV to SRCPV

---

 recipes/linux/linux-eten_2.6.28-rc4+git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-eten_2.6.28-rc4+git.bb b/recipes/linux/linux-eten_2.6.28-rc4+git.bb
index 0d3dac8..a550837 100644
--- a/recipes/linux/linux-eten_2.6.28-rc4+git.bb
+++ b/recipes/linux/linux-eten_2.6.28-rc4+git.bb
@@ -9,7 +9,8 @@ KERNEL_RELEASE = "2.6.28-rc4"
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 # See http://wiki.openembedded.net/index.php/Versioning_Policy
-PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
+PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gitr${SRCPV}"
+PE = "1"
 PR = "r2"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list