diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index e662e3b505..8944b0a34b 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -746,6 +746,8 @@ def modify(args, config, basepath, workspace): | |||
746 | if not tinfoil: | 746 | if not tinfoil: |
747 | # Error already shown | 747 | # Error already shown |
748 | return 1 | 748 | return 1 |
749 | # We need to re-parse because tinfoil may have been re-initialised | ||
750 | rd = parse_recipe(config, tinfoil, args.recipename, True) | ||
749 | 751 | ||
750 | recipefile = rd.getVar('FILE') | 752 | recipefile = rd.getVar('FILE') |
751 | appendfile = recipe_to_append(recipefile, config, args.wildcard) | 753 | appendfile = recipe_to_append(recipefile, config, args.wildcard) |