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

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

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

---

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

diff --git a/recipes/linux/linux-xo_git.bb b/recipes/linux/linux-xo_git.bb
index 37e9520..b533249 100644
--- a/recipes/linux/linux-xo_git.bb
+++ b/recipes/linux/linux-xo_git.bb
@@ -4,7 +4,8 @@ DESCRIPTION = "Linux kernel for XO laptop (aka OLPC)"
 
 SRCREV = "28f4cb6e780db078a09c765595e0ee84fda20f88"
 
-PV = "2.6.22+gitr${SRCREV}"
+PV = "2.6.22+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 COMPATIBLE_MACHINE = "xo"





More information about the Openembedded-commits mailing list