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

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

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

---

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

diff --git a/recipes/linux/linux-openmoko-2.6.28_git.bb b/recipes/linux/linux-openmoko-2.6.28_git.bb
index 0b77938..5613c24 100644
--- a/recipes/linux/linux-openmoko-2.6.28_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.28_git.bb
@@ -7,7 +7,8 @@ KERNEL_RELEASE = "2.6.28"
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe2"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list