summaryrefslogtreecommitdiff
path: root/src/buildstream/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/element.py')
-rw-r--r--src/buildstream/element.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/element.py b/src/buildstream/element.py
index 70158f778..bc82f5141 100644
--- a/src/buildstream/element.py
+++ b/src/buildstream/element.py
@@ -187,6 +187,7 @@ class Element(Plugin):
"""
def __init__(self, context, project, meta, plugin_conf):
+ self._meta_kind = meta.kind
self.__cache_key_dict = None # Dict for cache key calculation
self.__cache_key = None # Our cached cache key