[oe-commits] Chris Larson : insane.bbclass: run qa_staging before do_package_stage, rather than do_build

git version control git at git.openembedded.org
Thu Sep 9 18:47:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8cbafd29ff0ddc4f26af2d0d891f0eaa2bb19779
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cbafd29ff0ddc4f26af2d0d891f0eaa2bb19779

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Sep  9 11:46:18 2010 -0700

insane.bbclass: run qa_staging before do_package_stage, rather than do_build

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/insane.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index b8743d1..4696c25 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")
 





More information about the Openembedded-commits mailing list