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

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

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

---

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

diff --git a/recipes/linux/linux-openmoko-devel_git.bb b/recipes/linux/linux-openmoko-devel_git.bb
index fb9c4f0..b94d202 100644
--- a/recipes/linux/linux-openmoko-devel_git.bb
+++ b/recipes/linux/linux-openmoko-devel_git.bb
@@ -7,7 +7,8 @@ KERNEL_RELEASE = "2.6.29"
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe1"
-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