summaryrefslogtreecommitdiff
path: root/packages/linux/linux-eten_2.6.28-rc4+git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-23 17:31:18 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-23 17:31:18 +0100
commit032935e578f4ea9e972a0eaf3c27bfe6176d1b2c (patch)
treeaed6be29c1060746060527fd35f8d99a07d9e2d4 /packages/linux/linux-eten_2.6.28-rc4+git.bb
parente731ce6c6874b114a76b3f74436c4c917d492da4 (diff)
linux-eten: fix versioning
* '2.6.28rcX' will sort higher than '2.6.28', so upgrading to the release will be impossible * http://wiki.openembedded.net/index.php/Versioning_Policy
Diffstat (limited to 'packages/linux/linux-eten_2.6.28-rc4+git.bb')
-rw-r--r--packages/linux/linux-eten_2.6.28-rc4+git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-eten_2.6.28-rc4+git.bb b/packages/linux/linux-eten_2.6.28-rc4+git.bb
index 9ae140d21a..f38a7d4fd8 100644
--- a/packages/linux/linux-eten_2.6.28-rc4+git.bb
+++ b/packages/linux/linux-eten_2.6.28-rc4+git.bb
@@ -8,7 +8,8 @@ COMPATIBLE_MACHINE = "eten-m800"
KERNEL_RELEASE = "2.6.28-rc4"
KERNEL_VERSION = "${KERNEL_RELEASE}"
-PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
+# See http://wiki.openembedded.net/index.php/Versioning_Policy
+PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
PR = "r2"
SRC_URI = "\