diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 6cffca7892..913d88de64 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -477,7 +477,7 @@ addtask qa_staging after do_populate_sysroot before do_build | |||
| 477 | python do_qa_staging() { | 477 | python do_qa_staging() { |
| 478 | bb.note("QA checking staging") | 478 | bb.note("QA checking staging") |
| 479 | 479 | ||
| 480 | if not package_qa_check_staged(bb.data.getVar('STAGING_LIBDIR',d,True), d): | 480 | if not package_qa_check_staged(bb.data.expand('${SYSROOT_DESTDIR}/${STAGING_LIBDIR}',d), d): |
| 481 | bb.fatal("QA staging was broken by the package built above") | 481 | bb.fatal("QA staging was broken by the package built above") |
| 482 | } | 482 | } |
| 483 | 483 | ||
