diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake-layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 04e6bec251..d184011ea6 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -90,7 +90,7 @@ def main(): | |||
90 | 90 | ||
91 | if getattr(args, 'parserecipes', False): | 91 | if getattr(args, 'parserecipes', False): |
92 | tinfoil.config_data.disableTracking() | 92 | tinfoil.config_data.disableTracking() |
93 | tinfoil.parseRecipes() | 93 | tinfoil.parse_recipes() |
94 | tinfoil.config_data.enableTracking() | 94 | tinfoil.config_data.enableTracking() |
95 | 95 | ||
96 | return args.func(args) | 96 | return args.func(args) |