[oe-commits] Martin Jansa : linux-openmoko: use SRCPV in git recipes

git version control git at git.openembedded.org
Sun Apr 18 23:31:39 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3b9194258ef3554d57c6fd40c8c6a73428ac3010
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b9194258ef3554d57c6fd40c8c6a73428ac3010

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Apr 13 12:37:06 2010 +0200

linux-openmoko: use SRCPV in git recipes

* without PE bump, because nobody complained that we were bumping SRCREV
  without PV changes and we were using SRCPV in our branch before

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/linux/linux-openmoko-2.6.24_git.bb        |    2 +-
 recipes/linux/linux-openmoko-2.6.28_git.bb        |    2 +-
 recipes/linux/linux-openmoko-2.6.31_git.bb        |    2 +-
 recipes/linux/linux-openmoko-2.6.32_git.bb        |    2 +-
 recipes/linux/linux-openmoko-devel_git.bb         |    2 +-
 recipes/linux/linux-openmoko-shr-devel_git.bb     |    2 +-
 recipes/linux/linux-openmoko-shr-drm-devel_git.bb |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/linux/linux-openmoko-2.6.24_git.bb b/recipes/linux/linux-openmoko-2.6.24_git.bb
index d980e21..f7f7e32 100644
--- a/recipes/linux/linux-openmoko-2.6.24_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.24_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 SRCREV = "fb42ce6724576fc173faf8abfb04aa2c36d213b7"
 OEV = "oe5"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
 PR = "r1"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-2.6.28_git.bb b/recipes/linux/linux-openmoko-2.6.28_git.bb
index 403a29b..cc5ab90 100644
--- a/recipes/linux/linux-openmoko-2.6.28_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.28_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 SRCREV = "8c65792a5c83c76d662a617a7c4e1ae8104bb6a5"
 OEV = "oe2"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
 PR = "r0"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-2.6.31_git.bb b/recipes/linux/linux-openmoko-2.6.31_git.bb
index 8db2533..c11e41b 100644
--- a/recipes/linux/linux-openmoko-2.6.31_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.31_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 SRCREV = "dd32737aa524e09c1d141a0e735dd58674552244"
 OEV = "oe1"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
 PR = "r6"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb
index 787ed2d..99c6c43 100644
--- a/recipes/linux/linux-openmoko-2.6.32_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.32_git.bb
@@ -7,7 +7,7 @@ KERNEL_RELEASE="2.6.32.11"
 
 SRCREV = "14be1091928fcce66812a85129768fb253b36420"
 OEV = "oe1"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
 PR = "r8"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-devel_git.bb b/recipes/linux/linux-openmoko-devel_git.bb
index ba2e9c4..21d227d 100644
--- a/recipes/linux/linux-openmoko-devel_git.bb
+++ b/recipes/linux/linux-openmoko-devel_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 SRCREV = "a15608f241a40b41fed5bffe511355c2067c4e88"
 OEV = "oe1"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
 PR = "r2"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-shr-devel_git.bb b/recipes/linux/linux-openmoko-shr-devel_git.bb
index 69a340b..ec85932 100644
--- a/recipes/linux/linux-openmoko-shr-devel_git.bb
+++ b/recipes/linux/linux-openmoko-shr-devel_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "2.6.29-rc3"
 
 SRCREV = "a15608f241a40b41fed5bffe511355c2067c4e88"
 OMV = "oe11"
-PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCPV}"
 PR = "r8"
 
 SRC_URI = "\
diff --git a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
index a0253c5..da7c93d 100644
--- a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
+++ b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
@@ -9,7 +9,7 @@ KERNEL_VERSION = "2.6.29-rc3-drm"
 
 SRCREV = "e62a4ae1c6783f41b41a9ac3d258786586b65a40"
 OMV = "oe15"
-PV = "${KERNEL_RELEASE}-drm-${OMV}+gitr${SRCREV}"
+PV = "${KERNEL_RELEASE}-drm-${OMV}+gitr${SRCPV}"
 PR = "r5"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list