diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/base.bbclass | 2 | ||||
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 340ebe7d78..1f980149de 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
| @@ -12,7 +12,7 @@ inherit logging | |||
| 12 | 12 | ||
| 13 | OE_EXTRA_IMPORTS ?= "" | 13 | OE_EXTRA_IMPORTS ?= "" |
| 14 | 14 | ||
| 15 | OE_IMPORTS += "os sys time oe.path oe.utils oe.types oe.package oe.packagegroup oe.sstatesig oe.lsb oe.cachedpath oe.license ${OE_EXTRA_IMPORTS}" | 15 | OE_IMPORTS += "os sys time oe.path oe.utils oe.types oe.package oe.packagegroup oe.sstatesig oe.lsb oe.cachedpath oe.license oe.qa ${OE_EXTRA_IMPORTS}" |
| 16 | OE_IMPORTS[type] = "list" | 16 | OE_IMPORTS[type] = "list" |
| 17 | 17 | ||
| 18 | PACKAGECONFIG_CONFARGS ??= "" | 18 | PACKAGECONFIG_CONFARGS ??= "" |
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') |
