diff options
| -rw-r--r-- | meta/lib/oe/sstatesig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 1f97606763..826549948e 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
| @@ -418,6 +418,9 @@ def find_siginfo(pn, taskname, taskhashlist, d): | |||
| 418 | if pn.startswith("gcc-source"): | 418 | if pn.startswith("gcc-source"): |
| 419 | # gcc-source shared workdir is a special case :( | 419 | # gcc-source shared workdir is a special case :( |
| 420 | stamp = localdata.expand("${STAMPS_DIR}/work-shared/gcc-${PV}-${PR}") | 420 | stamp = localdata.expand("${STAMPS_DIR}/work-shared/gcc-${PV}-${PR}") |
| 421 | elif pn.startswith("llvm-project-source"): | ||
| 422 | # llvm-project-source shared workdir is also a special case :*( | ||
| 423 | stamp = localdata.expand("${STAMPS_DIR}/work-shared/llvm-project-source-${PV}-${PR}") | ||
| 421 | 424 | ||
| 422 | filespec = '%s.%s.sigdata.*' % (stamp, taskname) | 425 | filespec = '%s.%s.sigdata.*' % (stamp, taskname) |
| 423 | foundall = False | 426 | foundall = False |
