diff options
-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 c70e887d52..47b441ad75 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -1130,7 +1130,7 @@ addtask do_package_qa_setscene | |||
1130 | python do_qa_staging() { | 1130 | python do_qa_staging() { |
1131 | bb.note("QA checking staging") | 1131 | bb.note("QA checking staging") |
1132 | 1132 | ||
1133 | if not package_qa_check_staged(d.expand('${SYSROOT_DESTDIR}${STAGING_LIBDIR}'), d): | 1133 | if not package_qa_check_staged(d.expand('${SYSROOT_DESTDIR}${libdir}'), d): |
1134 | bb.fatal("QA staging was broken by the package built above") | 1134 | bb.fatal("QA staging was broken by the package built above") |
1135 | } | 1135 | } |
1136 | 1136 | ||