[oe-commits] Martin Jansa : linux/linux-openmoko-2.6.24_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: 6740835e9a8c4dd4efee0f90b7321f91b5c72cb5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6740835e9a8c4dd4efee0f90b7321f91b5c72cb5

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

linux/linux-openmoko-2.6.24_git.bb: switch from SRCREV to SRCPV

---

 recipes/linux/linux-openmoko-2.6.24_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-openmoko-2.6.24_git.bb b/recipes/linux/linux-openmoko-2.6.24_git.bb
index 99e478c..06693f5 100644
--- a/recipes/linux/linux-openmoko-2.6.24_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.24_git.bb
@@ -7,7 +7,8 @@ KERNEL_RELEASE = "2.6.24"
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe5"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
+PE = "1"
 PR = "r1"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list