git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfa753
)
insane.bbclass: run qa_staging before do_package_stage, rather than do_build
author
Chris Larson
<chris_larson@mentor.com>
Thu, 9 Sep 2010 18:46:18 +0000
(11:46 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
b8743d1
..
4696c25
100644
(file)
--- 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")