summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-04 11:30:19 +0100
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-07 13:57:29 +0100
commit909b3be4429d1c6846ce11683efa9be77b44e076 (patch)
tree93863ccaea83fa32a813519db06306767cabe032
parent05956c7111a31475a2ba045d27194ebed107d273 (diff)
downloadbuildstream-909b3be4429d1c6846ce11683efa9be77b44e076.tar.gz
make.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
https://gitlab.com/BuildStream/buildstream/issues/454
-rw-r--r--buildstream/plugins/elements/make.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/make.py b/buildstream/plugins/elements/make.py
index 1f37cb412..6c500f3f9 100644
--- a/buildstream/plugins/elements/make.py
+++ b/buildstream/plugins/elements/make.py
@@ -38,7 +38,8 @@ from buildstream import BuildElement
# Element implementation for the 'make' kind.
class MakeElement(BuildElement):
- pass
+ # Supports virtual directories (required for remote execution)
+ BST_VIRTUAL_DIRECTORY = True
# Plugin entry point