diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 90af8ba72b..0c8a4b2862 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -15,6 +15,8 @@ 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_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_EXTRA_IMPORTS}" |
16 | OE_IMPORTS[type] = "list" | 16 | OE_IMPORTS[type] = "list" |
17 | 17 | ||
18 | PACKAGECONFIG_CONFARGS ??= "" | ||
19 | |||
18 | def oe_import(d): | 20 | def oe_import(d): |
19 | import sys | 21 | import sys |
20 | 22 | ||