From: Joshua Watt Date: Sun, 26 Feb 2017 21:58:19 +0000 (-0600) Subject: base.bbclass: Fix OE_IMPORTS X-Git-Tag: uninative-1.5~99 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d0902a5c3babbd3b291fa494462e083794ca4bee;p=openembedded-core.git base.bbclass: Fix OE_IMPORTS Udpate OE_IMPORTS to include oe.license because it is being used. Signed-off-by: Joshua Watt Signed-off-by: Ross Burton --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index d6116e1464..edac18b3b7 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -10,7 +10,7 @@ inherit utility-tasks inherit metadata_scm inherit logging -OE_IMPORTS += "os sys time oe.path oe.utils oe.types oe.package oe.packagegroup oe.sstatesig oe.lsb oe.cachedpath" +OE_IMPORTS += "os sys time oe.path oe.utils oe.types oe.package oe.packagegroup oe.sstatesig oe.lsb oe.cachedpath oe.license" OE_IMPORTS[type] = "list" def oe_import(d):