diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/recipetool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/recipetool b/scripts/recipetool index 00c9007b1c..54cbc857dc 100755 --- a/scripts/recipetool +++ b/scripts/recipetool | |||
@@ -73,6 +73,7 @@ def main(): | |||
73 | logger.error("Unable to find bitbake by searching parent directory of this script or PATH") | 73 | logger.error("Unable to find bitbake by searching parent directory of this script or PATH") |
74 | sys.exit(1) | 74 | sys.exit(1) |
75 | logger.debug('Found bitbake path: %s' % bitbakepath) | 75 | logger.debug('Found bitbake path: %s' % bitbakepath) |
76 | scriptpath.add_oe_lib_path() | ||
76 | 77 | ||
77 | scriptutils.logger_setup_color(logger, global_args.color) | 78 | scriptutils.logger_setup_color(logger, global_args.color) |
78 | 79 | ||