diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-09-09 11:46:18 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-09-09 11:46:18 -0700 |
commit | 8cbafd29ff0ddc4f26af2d0d891f0eaa2bb19779 (patch) | |
tree | 4dd5d9a3bd22223b5c792a376b73c4eaa430ec17 /classes | |
parent | 8cfa7531a02e1c8380508b3dbed653427bf04c36 (diff) |
insane.bbclass: run qa_staging before do_package_stage, rather than do_build
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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") |