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

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

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

---

 recipes/linux/linux-msm7xxxx_git.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/linux/linux-msm7xxxx_git.bb b/recipes/linux/linux-msm7xxxx_git.bb
index 8c533e1..20dafb6 100644
--- a/recipes/linux/linux-msm7xxxx_git.bb
+++ b/recipes/linux/linux-msm7xxxx_git.bb
@@ -1,9 +1,10 @@
 require linux.inc
 
-PV = "2.6.25+${PR}+gitr${SRCREV}"
-PV_htcraphael = "2.6.27+${PR}+gitr${SRCREV}"
-PV_htcdiamond = "2.6.27+${PR}+gitr${SRCREV}"
-PV_htcdream = "2.6.29+${PR}+gitr${SRCREV}"
+PV = "2.6.25+${PR}+gitr${SRCPV}"
+PE = "1"
+PV_htcraphael = "2.6.27+${PR}+gitr${SRCPV}"
+PV_htcdiamond = "2.6.27+${PR}+gitr${SRCPV}"
+PV_htcdream = "2.6.29+${PR}+gitr${SRCPV}"
 PR = "r13"
 
 COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone|htcdream"





More information about the Openembedded-commits mailing list