git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007a03b
)
linux 2.6.28rc6: kernel_version is a reserved var, change it to kernel_release
author
Koen Kooi
<koen@openembedded.org>
Mon, 1 Dec 2008 08:57:04 +0000
(09:57 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 1 Dec 2008 08:57:04 +0000
(09:57 +0100)
packages/linux/linux_2.6.28-rc6.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.28-rc6.bb
b/packages/linux/linux_2.6.28-rc6.bb
index
c5c2ad7
..
c2c154d
100644
(file)
--- 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
-KERNEL
VERSION
= "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"