summaryrefslogtreecommitdiffstats
path: root/scripts/recipetool
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/recipetool')
-rwxr-xr-xscripts/recipetool1
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