move menuconfig task from "after do_patch" to "after do_configure";
authorPhil Blundell <philb@gnu.org>
Wed, 18 Nov 2009 10:24:36 +0000 (10:24 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 18 Nov 2009 10:24:36 +0000 (10:24 +0000)
patch from Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>

classes/kernel.bbclass

index fe611ab..637805e 100644 (file)
@@ -215,7 +215,7 @@ do_menuconfig() {
        fi
 }
 do_menuconfig[nostamp] = "1"
-addtask menuconfig after do_patch
+addtask menuconfig after do_configure
 
 pkg_postinst_kernel () {
        cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true