summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-27 17:17:27 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-27 17:17:27 +0000
commitba79cba9ccae1e272e64329ba1a7df32c9260397 (patch)
treec037d3630bb5be51dafa51f127666fb728cbae73
parentf1c65f493c06d526d453d4535359cd6bfd59873d (diff)
handhelds-pxa-2.6_cvs.bb: hh4 -> hh5
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index 7fcfc93943..8ee7ca2cf4 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -25,7 +25,7 @@ ALLOW_EMPTY_ipaq_pxa270 = 1
K_MAJOR = "2"
K_MINOR = "6"
K_MICRO = "16"
-HHV = "4"
+HHV = "5"
#
KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + int(bb.data.getVar('K_MINOR',d,1)) * 1000000 + int(bb.data.getVar('K_MICRO',d,1)) * 10000 + float(bb.data.getVar('HHV',d,1)))}"