From 9404317020ff0455cbfd3ca7976d546af823759b Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 7 Dec 2015 15:02:21 +0000 Subject: Remove support for definitions version 6 Change-Id: I603b5172902b5249874ea3bb90de59db5a908185 --- morphlib/plugins/cross-bootstrap_plugin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'morphlib/plugins/cross-bootstrap_plugin.py') 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), -- cgit v1.2.1