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 a45b27ce51..b3648ddb54 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -2286,7 +2286,7 @@ class RunQueueExecute: | |||
| 2286 | current = next.copy() | 2286 | current = next.copy() |
| 2287 | next = set() | 2287 | next = set() |
| 2288 | for tid in current: | 2288 | for tid in current: |
| 2289 | if not self.rqdata.runtaskentries[tid].depends.isdisjoint(total): | 2289 | if len(self.rqdata.runtaskentries[p].depends) and not self.rqdata.runtaskentries[tid].depends.isdisjoint(total): |
| 2290 | continue | 2290 | continue |
| 2291 | procdep = [] | 2291 | procdep = [] |
| 2292 | for dep in self.rqdata.runtaskentries[tid].depends: | 2292 | for dep in self.rqdata.runtaskentries[tid].depends: |
