summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
-rw-r--r--scripts/lib/recipetool/create_buildsys_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py
index 266c423547..4d65c962b6 100644
--- a/scripts/lib/recipetool/create_buildsys_python.py
+++ b/scripts/lib/recipetool/create_buildsys_python.py
@@ -159,7 +159,7 @@ class PythonRecipeHandler(RecipeHandler):
159 def __init__(self): 159 def __init__(self):
160 pass 160 pass
161 161
162 def process(self, srctree, classes, lines_before, lines_after, handled): 162 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues):
163 if 'buildsystem' in handled: 163 if 'buildsystem' in handled:
164 return False 164 return False
165 165