From: Chris Larson Date: Thu, 9 Sep 2010 18:46:18 +0000 (-0700) Subject: insane.bbclass: run qa_staging before do_package_stage, rather than do_build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cbafd29ff0ddc4f26af2d0d891f0eaa2bb19779;p=openembedded.git insane.bbclass: run qa_staging before do_package_stage, rather than do_build Signed-off-by: Chris Larson --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index b8743d1918..4696c25c1e 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -448,7 +448,7 @@ python do_package_qa () { # The Staging Func, to check all staging -addtask qa_staging after do_populate_sysroot before do_build +addtask qa_staging after do_populate_sysroot before do_package_stage python do_qa_staging() { bb.debug(2, "QA checking staging")