diff options
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
-rw-r--r-- | scripts/lib/recipetool/create_buildsys_python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py index 9312e4abf1..b620e3271b 100644 --- a/scripts/lib/recipetool/create_buildsys_python.py +++ b/scripts/lib/recipetool/create_buildsys_python.py | |||
@@ -726,6 +726,7 @@ class PythonPyprojectTomlRecipeHandler(PythonRecipeHandler): | |||
726 | 726 | ||
727 | def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): | 727 | def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): |
728 | info = {} | 728 | info = {} |
729 | metadata = {} | ||
729 | 730 | ||
730 | if 'buildsystem' in handled: | 731 | if 'buildsystem' in handled: |
731 | return False | 732 | return False |