summaryrefslogtreecommitdiff
path: root/buildstream/_loader/metasource.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_loader/metasource.py')
-rw-r--r--buildstream/_loader/metasource.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/_loader/metasource.py b/buildstream/_loader/metasource.py
index 3bcc21ec6..da2c0e292 100644
--- a/buildstream/_loader/metasource.py
+++ b/buildstream/_loader/metasource.py
@@ -30,6 +30,7 @@ class MetaSource():
# element_kind: The kind of the owning element
# kind: The kind of the source
# config: The configuration data for the source
+ # first_pass: This source will be used with first project pass configuration (used for junctions).
#
def __init__(self, element_name, element_index, element_kind, kind, config, directory):
self.element_name = element_name
@@ -38,3 +39,4 @@ class MetaSource():
self.kind = kind
self.config = config
self.directory = directory
+ self.first_pass = False