summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cross-bootstrap_plugin.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-12-07 15:02:21 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-25 20:57:32 +0000
commit9404317020ff0455cbfd3ca7976d546af823759b (patch)
tree75bf789db3643366f17fd78434f8a85512aa6756 /morphlib/plugins/cross-bootstrap_plugin.py
parent575c40c7c28bca4ff18979b6e1b76d5cdfa9841f (diff)
downloadmorph-9404317020ff0455cbfd3ca7976d546af823759b.tar.gz
Remove support for definitions version 6
Change-Id: I603b5172902b5249874ea3bb90de59db5a908185
Diffstat (limited to 'morphlib/plugins/cross-bootstrap_plugin.py')
-rw-r--r--morphlib/plugins/cross-bootstrap_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/plugins/cross-bootstrap_plugin.py b/morphlib/plugins/cross-bootstrap_plugin.py
index 8b8fbb2d..c6ab8017 100644
--- a/morphlib/plugins/cross-bootstrap_plugin.py
+++ b/morphlib/plugins/cross-bootstrap_plugin.py
@@ -156,8 +156,6 @@ class BootstrapSystemBuilder(morphlib.builder.BuilderBase):
f.write('cd $DESTDIR/$chunk_name.build\n')
f.write('export PREFIX=%s\n' % source.prefix)
- bs = morphlib.buildsystem.lookup_build_system(m['build-system'])
-
# FIXME: merge some of this with Morphology
steps = [
('pre-configure', False),