summaryrefslogtreecommitdiff
path: root/morphlib/plugins
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-24 23:06:05 +0000
commitbfeea6a3945472617f6bfa4179495354ffda1462 (patch)
treee420fe709feaa25d807d37a6ff423e6ae20662c8 /morphlib/plugins
parent4cae325e984d052db35bf6239ef542b1ac0f7fa0 (diff)
downloadmorph-bfeea6a3945472617f6bfa4179495354ffda1462.tar.gz
Remove support for definitions version 6
Change-Id: I603b5172902b5249874ea3bb90de59db5a908185
Diffstat (limited to 'morphlib/plugins')
-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),