diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index e4d2a57ab6..87d3f5dc04 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -224,7 +224,7 @@ def add(args, config, basepath, workspace): | |||
224 | 224 | ||
225 | tinfoil = setup_tinfoil(config_only=True, basepath=basepath) | 225 | tinfoil = setup_tinfoil(config_only=True, basepath=basepath) |
226 | try: | 226 | try: |
227 | rd = oe.recipeutils.parse_recipe(tinfoil.cooker, recipefile, None) | 227 | rd = tinfoil.parse_recipe_file(recipefile, False) |
228 | if not rd: | 228 | if not rd: |
229 | return 1 | 229 | return 1 |
230 | 230 | ||