[OE-core] [PATCH 08/14] recipetool: add OE lib path
Paul Eggleton
paul.eggleton at linux.intel.com
Tue Dec 13 07:09:40 UTC 2016
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>
---
scripts/recipetool | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/recipetool b/scripts/recipetool
index 1052cd2..882b702 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)
--
2.5.5
More information about the Openembedded-core
mailing list