handhelds-pxa-2.6: update PV in cvs version to 2.6.13-hh1
authorKoen Kooi <koen@openembedded.org>
Tue, 18 Oct 2005 09:25:07 +0000 (09:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Oct 2005 09:25:07 +0000 (09:25 +0000)
packages/linux/handhelds-pxa-2.6_cvs.bb

index 59f678f..4e3f5e5 100644 (file)
@@ -18,8 +18,8 @@ inherit kernel
 
 K_MAJOR = "2"
 K_MINOR = "6"
-K_MICRO = "12"
-HHV     = "2"
+K_MICRO = "13"
+HHV     = "1"
 #
 
 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)))}"