mx31ads-kernel_2.6.19rc6.bb : remove bogus inherit so we can actually build
authorGraeme Gregory <dp@xora.org.uk>
Thu, 19 Apr 2007 12:00:57 +0000 (12:00 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 19 Apr 2007 12:00:57 +0000 (12:00 +0000)
packages/linux/mx31ads-kernel_2.6.19rc6.bb

index 8872607..b6ba6a6 100644 (file)
@@ -16,7 +16,6 @@ COMPATIBLE_HOST = 'arm.*-linux'
 COMPATIBLE_MACHINE = "mx31ads"
 
 inherit kernel
-inherit package
 
 ARCH = "arm"
 KERNEL_IMAGETYPE = "zImage"
@@ -55,3 +54,5 @@ do_deploy() {
 do_deploy[dirs] = "${S}"
 
 addtask deploy before do_build after do_compile
+
+KERNEL_RELEASE = "2.6.19-rc6"