linux-handhelds-2.6 cvs: CVS HEAD is -hh2 now.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 31 Oct 2006 16:29:14 +0000 (16:29 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 31 Oct 2006 16:29:14 +0000 (16:29 +0000)
* Closes #1540.

packages/linux/linux-handhelds-2.6_cvs.bb

index e0aeff7..62c0fad 100644 (file)
@@ -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)))}"