summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-07-31 11:16:59 +0100
committerJürg Billeter <j@bitron.ch>2017-07-31 11:16:59 +0100
commitc95898835a18ca1b1d9d74692c20e7573c265c5e (patch)
treea10edf3fc1791fee75ebc2bc93a6f833f209206a
parentff149ceaa9d8c90343ca9d47a1753e9a767847f1 (diff)
downloadbuildstream-strict-rebuild.tar.gz
stack.py plugin: Mark for strict_rebuildstrict-rebuild
-rw-r--r--buildstream/plugins/elements/stack.py2
1 files changed, 2 insertions, 0 deletions
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