From 708920c8344084475be2c4e9937acfbeb53061f7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 5 Aug 2016 12:06:43 +0000 Subject: place buld-system before build-depends Change-Id: Id35fe6b9b21ac0e98f5a2675e3fa8f5fb6f8e669 --- morphlib/morphloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/morphloader.py b/morphlib/morphloader.py index 31123e95..7bead2fb 100644 --- a/morphlib/morphloader.py +++ b/morphlib/morphloader.py @@ -235,6 +235,7 @@ class MorphologyDumper(yaml.SafeDumper): 'repo', 'ref', 'unpetrify-ref', + 'build-system', 'build-depends', 'build-mode', 'artifacts', @@ -242,7 +243,6 @@ class MorphologyDumper(yaml.SafeDumper): 'submodules', 'products', 'chunks', - 'build-system', 'pre-configure-commands', 'configure-commands', 'post-configure-commands', -- cgit v1.2.1