* [PATCH] insane: Fix populate_sysroot sanity test path
@ 2016-02-04 13:08 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-02-04 13:08 UTC (permalink / raw)
To: openembedded-core
This was correct for native/cross paths but not for target ones which
meant the tests weren't running in some cases. Fix the path to be
correct in both cases.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index c70e887..47b441a 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1130,7 +1130,7 @@ addtask do_package_qa_setscene
python do_qa_staging() {
bb.note("QA checking staging")
- if not package_qa_check_staged(d.expand('${SYSROOT_DESTDIR}${STAGING_LIBDIR}'), d):
+ if not package_qa_check_staged(d.expand('${SYSROOT_DESTDIR}${libdir}'), d):
bb.fatal("QA staging was broken by the package built above")
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-04 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 13:08 [PATCH] insane: Fix populate_sysroot sanity test path Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox