mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
devtool: drop unused plugin_init() functions
This function is no longer required to be defined for a plugin, so drop it where it's a no-op. (From OE-Core rev: 49716a5e27e704598321bd6c82275b16afc444aa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
176211abeb
commit
3f46af2b19
@@ -25,10 +25,6 @@ from devtool import exec_build_env_command, check_workspace_recipe, DevtoolError
|
||||
|
||||
logger = logging.getLogger('devtool')
|
||||
|
||||
def plugin_init(pluginlist):
|
||||
"""Plugin initialization"""
|
||||
pass
|
||||
|
||||
def _create_conf_file(values, conf_file=None):
|
||||
if not conf_file:
|
||||
fd, conf_file = tempfile.mkstemp(suffix='.conf')
|
||||
|
||||
Reference in New Issue
Block a user