]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Fix OE_IMPORTS
authorJoshua Watt <jpewhacker@gmail.com>
Sun, 26 Feb 2017 21:58:19 +0000 (15:58 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 15:50:19 +0000 (15:50 +0000)
Udpate OE_IMPORTS to include oe.license because it is being used.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass

index d6116e1464b31c0082a25f00929c6c61227cce0f..edac18b3b7ac2b2e257a6124f1ed31aef00dde33 100644 (file)
@@ -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):