summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-29 12:37:09 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-29 12:37:09 +0100
commitff149ceaa9d8c90343ca9d47a1753e9a767847f1 (patch)
treea197ef57cc015c501ecdea12661682b83ad7dcc0
parentba79eff31fae07b6266236a7d6f28a2f441f32bc (diff)
downloadbuildstream-ff149ceaa9d8c90343ca9d47a1753e9a767847f1.tar.gz
scriptelement.py plugin: Mark for strict_rebuild
-rw-r--r--buildstream/scriptelement.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index b12ab656e..0bd8c0f7a 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -43,6 +43,8 @@ class ScriptElement(Element):
__commands = None
__layout = []
+ strict_rebuild = True
+
def set_work_dir(self, work_dir=None):
"""Sets the working dir