insane.bbclass: run qa_staging before do_package_stage, rather than do_build
authorChris Larson <chris_larson@mentor.com>
Thu, 9 Sep 2010 18:46:18 +0000 (11:46 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 9 Sep 2010 18:46:18 +0000 (11:46 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/insane.bbclass

index b8743d1..4696c25 100644 (file)
@@ -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")