summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 2696a6fc08..b06d021b1b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -560,7 +560,7 @@ python do_package_qa () {
560 560
561# The Staging Func, to check all staging 561# The Staging Func, to check all staging
562#addtask qa_staging after do_populate_sysroot before do_build 562#addtask qa_staging after do_populate_sysroot before do_build
563do_populate_sysroot[postfunc] += "do_qa_staging" 563do_populate_sysroot[postfuncs] += "do_qa_staging "
564python do_qa_staging() { 564python do_qa_staging() {
565 bb.note("QA checking staging") 565 bb.note("QA checking staging")
566 566
@@ -571,7 +571,7 @@ python do_qa_staging() {
571# Check broken config.log files, for packages requiring Gettext which don't 571# Check broken config.log files, for packages requiring Gettext which don't
572# have it in DEPENDS and for correct LIC_FILES_CHKSUM 572# have it in DEPENDS and for correct LIC_FILES_CHKSUM
573#addtask qa_configure after do_configure before do_compile 573#addtask qa_configure after do_configure before do_compile
574do_configure[postfunc] += "do_qa_configure" 574do_configure[postfuncs] += "do_qa_configure "
575python do_qa_configure() { 575python do_qa_configure() {
576 configs = [] 576 configs = []
577 workdir = bb.data.getVar('WORKDIR', d, True) 577 workdir = bb.data.getVar('WORKDIR', d, True)