[OE-core] [PATCH] base.bbclass: Fix OE_IMPORTS

Joshua Watt jpewhacker at gmail.com
Sun Feb 26 21:58:19 UTC 2017


Udpate OE_IMPORTS to include oe.license because it is being used.

Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 meta/classes/base.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index d6116e1..edac18b 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):
-- 
2.7.4




More information about the Openembedded-core mailing list