linux 2.6.28rc6: kernel_version is a reserved var, change it to kernel_release
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Dec 2008 08:57:04 +0000 (09:57 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Dec 2008 08:57:04 +0000 (09:57 +0100)
packages/linux/linux_2.6.28-rc6.bb

index c5c2ad7..c2c154d 100644 (file)
@@ -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"