diff options
| -rw-r--r-- | meta/lib/oe/sstatesig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index ee4f28e5ef..0c7a6f5ed8 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
| @@ -288,7 +288,7 @@ def find_siginfo(pn, taskname, taskhashlist, d): | |||
| 288 | if not taskname: | 288 | if not taskname: |
| 289 | # We have to derive pn and taskname | 289 | # We have to derive pn and taskname |
| 290 | key = pn | 290 | key = pn |
| 291 | splitit = key.split('.bb.') | 291 | splitit = key.split('.bb:') |
| 292 | taskname = splitit[1] | 292 | taskname = splitit[1] |
| 293 | pn = os.path.basename(splitit[0]).split('_')[0] | 293 | pn = os.path.basename(splitit[0]).split('_')[0] |
| 294 | if key.startswith('virtual:native:'): | 294 | if key.startswith('virtual:native:'): |
