[oe-commits] Koen Kooi : linux 2.6.28rc6: kernel_version is a reserved var, change it to kernel_release

GIT User account git at amethyst.openembedded.net
Mon Dec 1 08:58:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 70632022389ead3c4562bd6375a78e6a48b05be4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70632022389ead3c4562bd6375a78e6a48b05be4

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Dec  1 09:57:04 2008 +0100

linux 2.6.28rc6: kernel_version is a reserved var, change it to kernel_release

---

 packages/linux/linux_2.6.28-rc6.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/linux/linux_2.6.28-rc6.bb b/packages/linux/linux_2.6.28-rc6.bb
index c5c2ad7..c2c154d 100644
--- a/packages/linux/linux_2.6.28-rc6.bb
+++ b/packages/linux/linux_2.6.28-rc6.bb
@@ -1,10 +1,10 @@
 require linux.inc
 
-KERNELVERSION = "2.6.28rc6"
-PV = "2.6.27+${KERNEL_VERSION}"
+KERNEL_RELEASE = "2.6.28rc6"
+PV = "2.6.27+${KERNEL_RELEASE}"
 PR = "r1"
 
-S = "${WORKDIR}/linux-${KERNEL_VERSION}"
+S = "${WORKDIR}/linux-${KERNEL_RELEASE}"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list