summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/newappend.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-11 19:12:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:32:04 +0000
commit3f46af2b1923cbfd3af0b8ce3c360eb34f316dfc (patch)
treec16745171141cd56d7425fa1bc59cb2c030a26ef /scripts/lib/recipetool/newappend.py
parent176211abebb875324d2300ec0362b64231668964 (diff)
downloadpoky-3f46af2b1923cbfd3af0b8ce3c360eb34f316dfc.tar.gz
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>
Diffstat (limited to 'scripts/lib/recipetool/newappend.py')
-rw-r--r--scripts/lib/recipetool/newappend.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/lib/recipetool/newappend.py b/scripts/lib/recipetool/newappend.py
index 77b74cb730..4eeac0e943 100644
--- a/scripts/lib/recipetool/newappend.py
+++ b/scripts/lib/recipetool/newappend.py
@@ -32,11 +32,6 @@ logger = logging.getLogger('recipetool')
32tinfoil = None 32tinfoil = None
33 33
34 34
35def plugin_init(pluginlist):
36 # Don't need to do anything here right now, but plugins must have this function defined
37 pass
38
39
40def tinfoil_init(instance): 35def tinfoil_init(instance):
41 global tinfoil 36 global tinfoil
42 tinfoil = instance 37 tinfoil = instance