summaryrefslogtreecommitdiff
path: root/src/buildstream/exceptions.py
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-30 19:37:44 +0900
committerTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-06-01 23:11:04 +0900
commitf774efaa72f3400ff8bd506a0fd7c536fd8f608f (patch)
tree9649405a1d3537467c7b920f1bb2e37557bc67d0 /src/buildstream/exceptions.py
parentabb500b124bb752b0150135258cc9d4da929a97b (diff)
downloadbuildstream-f774efaa72f3400ff8bd506a0fd7c536fd8f608f.tar.gz
link element: Adding support for new link element
This element acts as a symbolic link, it has no other configurations other than to specify the element (or junction) to which it refers to, either in the local project or in a subproject.
Diffstat (limited to 'src/buildstream/exceptions.py')
-rw-r--r--src/buildstream/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/exceptions.py b/src/buildstream/exceptions.py
index cc2bd6381..2c455be84 100644
--- a/src/buildstream/exceptions.py
+++ b/src/buildstream/exceptions.py
@@ -139,3 +139,6 @@ class LoadErrorReason(Enum):
DUPLICATE_DEPENDENCY = 24
"""A duplicate dependency was detected"""
+
+ LINK_FORBIDDEN_DEPENDENCIES = 25
+ """A link element declared dependencies"""