mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
insane.bbclass: Since we have no legacy packaging, no need to repeatedly scan staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -477,7 +477,7 @@ addtask qa_staging after do_populate_sysroot before do_build
|
||||
python do_qa_staging() {
|
||||
bb.note("QA checking staging")
|
||||
|
||||
if not package_qa_check_staged(bb.data.getVar('STAGING_LIBDIR',d,True), d):
|
||||
if not package_qa_check_staged(bb.data.expand('${SYSROOT_DESTDIR}/${STAGING_LIBDIR}',d), d):
|
||||
bb.fatal("QA staging was broken by the package built above")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user