summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/build.py')
-rw-r--r--lib/bb/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/build.py b/lib/bb/build.py
index 0c2c1ba126..271cda62c9 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -92,6 +92,7 @@ class TaskBase(event.Event):
def __init__(self, t, logfile, d):
self._task = t
self._package = d.getVar("PF")
+ self._mc = d.getVar("BB_CURRENT_MC")
self.taskfile = d.getVar("FILE")
self.taskname = self._task
self.logfile = logfile