From c95898835a18ca1b1d9d74692c20e7573c265c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Mon, 31 Jul 2017 11:16:59 +0100 Subject: stack.py plugin: Mark for strict_rebuild --- buildstream/plugins/elements/stack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildstream/plugins/elements/stack.py b/buildstream/plugins/elements/stack.py index 45c49c514..bee650ca4 100644 --- a/buildstream/plugins/elements/stack.py +++ b/buildstream/plugins/elements/stack.py @@ -31,6 +31,8 @@ from buildstream import Element # Element implementation for the 'stack' kind. class StackElement(Element): + strict_rebuild = True + def configure(self, node): pass -- cgit v1.2.1