diff options
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index a4e82f375c..f34f1568e2 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1674,7 +1674,7 @@ class RunQueue: | |||
| 1674 | (mc, fn, taskname, taskfn) = split_tid_mcfn(tid) | 1674 | (mc, fn, taskname, taskfn) = split_tid_mcfn(tid) |
| 1675 | pn = self.rqdata.dataCaches[mc].pkg_fn[taskfn] | 1675 | pn = self.rqdata.dataCaches[mc].pkg_fn[taskfn] |
| 1676 | h = self.rqdata.runtaskentries[tid].hash | 1676 | h = self.rqdata.runtaskentries[tid].hash |
| 1677 | matches = bb.siggen.find_siginfo(pn, taskname, [], self.cfgData) | 1677 | matches = bb.siggen.find_siginfo(pn, taskname, [], self.cooker.databuilder.mcdata[mc]) |
| 1678 | match = None | 1678 | match = None |
| 1679 | for m in matches: | 1679 | for m in matches: |
| 1680 | if h in m: | 1680 | if h in m: |
