diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-31 16:29:14 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-31 16:29:14 +0000 |
commit | 2fe4ef992e254898e60d57803a60c0a3df0df446 (patch) | |
tree | 1bdaa1a0e7351021f8fed8cadb0cd34009192c95 /packages/linux/linux-handhelds-2.6_cvs.bb | |
parent | 73406be7696ee85b1b77448a7376eb405cec120d (diff) |
linux-handhelds-2.6 cvs: CVS HEAD is -hh2 now.
* Closes #1540.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_cvs.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6_cvs.bb b/packages/linux/linux-handhelds-2.6_cvs.bb index e0aeff7c3f..62c0fad9c9 100644 --- a/packages/linux/linux-handhelds-2.6_cvs.bb +++ b/packages/linux/linux-handhelds-2.6_cvs.bb @@ -26,7 +26,7 @@ ALLOW_EMPTY_htcuniversal = 1 K_MAJOR = "2" K_MINOR = "6" K_MICRO = "17" -HHV = "1" +HHV = "2" # 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)))}" |