kernel.bbclass: remove not used 'pr' variable - spotten by Koen
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 17 Jun 2009 12:38:33 +0000 (14:38 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 17 Jun 2009 12:38:54 +0000 (14:38 +0200)
classes/kernel.bbclass

index b18dfab..75a9077 100644 (file)
@@ -21,7 +21,6 @@ python __anonymous () {
     if image != '' and image is not None:
         bb.data.setVar('INITRAMFS_TASK', '${INITRAMFS_IMAGE}:do_rootfs', d)
 
-    pr = bb.data.getVar('PR', d, True)
     machine_kernel_pr = bb.data.getVar('MACHINE_KERNEL_PR', d, True)
 
     if machine_kernel_pr: