diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-13 23:12:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-14 22:32:50 +0100 |
commit | 188a6e5895488f30caa6ce357e65266af31a938b (patch) | |
tree | bd80d0a045b33956517e41a5703b0ff221872a55 /meta/classes/insane.bbclass | |
parent | 4a791f342faee911a49918950ab5e467df8a592b (diff) | |
download | poky-188a6e5895488f30caa6ce357e65266af31a938b.tar.gz |
base/insane: Import oe.qa by default
(From OE-Core rev: 3b4ce5f69cd962cd219aa3c0e7a2de9096e2ecb8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index f2d2ca3689..433e4dfa33 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -702,8 +702,6 @@ def package_qa_recipe(warnfuncs, errorfuncs, pn, d): | |||
702 | 702 | ||
703 | # Walk over all files in a directory and call func | 703 | # Walk over all files in a directory and call func |
704 | def package_qa_walk(warnfuncs, errorfuncs, package, d): | 704 | def package_qa_walk(warnfuncs, errorfuncs, package, d): |
705 | import oe.qa | ||
706 | |||
707 | #if this will throw an exception, then fix the dict above | 705 | #if this will throw an exception, then fix the dict above |
708 | target_os = d.getVar('TARGET_OS') | 706 | target_os = d.getVar('TARGET_OS') |
709 | target_arch = d.getVar('TARGET_ARCH') | 707 | target_arch = d.getVar('TARGET_ARCH') |