[oe-commits] [openembedded-core] 12/18: recipetool: add OE lib path

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 09:57:26 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a61d7bf8447b2d2c65eb34315c86086ff35c8bc9
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Dec 13 20:09:40 2016 +1300

    recipetool: add OE lib path
    
    The autotools code imports oe.package; we weren't experiencing a problem
    with this probably due to OE itself adding that path previously.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/recipetool | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/recipetool b/scripts/recipetool
index 00c9007..54cbc85 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -73,6 +73,7 @@ def main():
         logger.error("Unable to find bitbake by searching parent directory of this script or PATH")
         sys.exit(1)
     logger.debug('Found bitbake path: %s' % bitbakepath)
+    scriptpath.add_oe_lib_path()
 
     scriptutils.logger_setup_color(logger, global_args.color)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list