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