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.eggle...@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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core