mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
insane.bbclass: fix qa_configure and qa_staging
fix the typo in `postfuncs' and effectively re-enables qa_configure and qa_staging Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -560,7 +560,7 @@ python do_package_qa () {
|
|||||||
|
|
||||||
# The Staging Func, to check all staging
|
# 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_build
|
||||||
do_populate_sysroot[postfunc] += "do_qa_staging"
|
do_populate_sysroot[postfuncs] += "do_qa_staging "
|
||||||
python do_qa_staging() {
|
python do_qa_staging() {
|
||||||
bb.note("QA checking staging")
|
bb.note("QA checking staging")
|
||||||
|
|
||||||
@@ -571,7 +571,7 @@ python do_qa_staging() {
|
|||||||
# Check broken config.log files, for packages requiring Gettext which don't
|
# Check broken config.log files, for packages requiring Gettext which don't
|
||||||
# have it in DEPENDS and for correct LIC_FILES_CHKSUM
|
# have it in DEPENDS and for correct LIC_FILES_CHKSUM
|
||||||
#addtask qa_configure after do_configure before do_compile
|
#addtask qa_configure after do_configure before do_compile
|
||||||
do_configure[postfunc] += "do_qa_configure"
|
do_configure[postfuncs] += "do_qa_configure "
|
||||||
python do_qa_configure() {
|
python do_qa_configure() {
|
||||||
configs = []
|
configs = []
|
||||||
workdir = bb.data.getVar('WORKDIR', d, True)
|
workdir = bb.data.getVar('WORKDIR', d, True)
|
||||||
|
|||||||
Reference in New Issue
Block a user