diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-26 16:00:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-26 16:00:13 +0000 |
commit | fd34f26511deca0e5498292ebf2cb8f9f1e11e37 (patch) | |
tree | 866d7a44d692bccfd8930191b10c8c24abd0d071 /meta/classes | |
parent | 684d263e75a6a7ede638afa60e35a238e24c12ba (diff) | |
download | poky-fd34f26511deca0e5498292ebf2cb8f9f1e11e37.tar.gz |
insane.bbclass: Since we have no legacy packaging, no need to repeatedly scan staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
-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 | ||