diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 83906ac3d7..390d98fd55 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
| @@ -378,7 +378,7 @@ class BbTaskExecutor(object): | |||
| 378 | def exec_func(self, func, report): | 378 | def exec_func(self, func, report): |
| 379 | """Run bitbake task function""" | 379 | """Run bitbake task function""" |
| 380 | if not func in self.executed: | 380 | if not func in self.executed: |
| 381 | deps = self.rdata.getVarFlag(func, 'deps') | 381 | deps = self.rdata.getVarFlag(func, 'deps', False) |
| 382 | if deps: | 382 | if deps: |
| 383 | for taskdepfunc in deps: | 383 | for taskdepfunc in deps: |
| 384 | self.exec_func(taskdepfunc, True) | 384 | self.exec_func(taskdepfunc, True) |
