diff options
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys.py')
-rw-r--r-- | scripts/lib/recipetool/create_buildsys.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py index 6c9e0efa2a..ed14a53304 100644 --- a/scripts/lib/recipetool/create_buildsys.py +++ b/scripts/lib/recipetool/create_buildsys.py | |||
@@ -307,9 +307,6 @@ class MakefileRecipeHandler(RecipeHandler): | |||
307 | self.genfunction(lines_after, 'do_install', ['# Specify install commands here']) | 307 | self.genfunction(lines_after, 'do_install', ['# Specify install commands here']) |
308 | 308 | ||
309 | 309 | ||
310 | def plugin_init(pluginlist): | ||
311 | pass | ||
312 | |||
313 | def register_recipe_handlers(handlers): | 310 | def register_recipe_handlers(handlers): |
314 | # These are in a specific order so that the right one is detected first | 311 | # These are in a specific order so that the right one is detected first |
315 | handlers.append(CmakeRecipeHandler()) | 312 | handlers.append(CmakeRecipeHandler()) |