diff options
| -rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 832b39e7ee..29c10072fe 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
| @@ -216,6 +216,8 @@ def sstate_installpkg(ss, d): | |||
| 216 | 216 | ||
| 217 | if not os.path.exists(sstatepkg): | 217 | if not os.path.exists(sstatepkg): |
| 218 | pstaging_fetch(sstatefetch, sstatepkg, d) | 218 | pstaging_fetch(sstatefetch, sstatepkg, d) |
| 219 | if not os.path.exists(sstagepkg + ".siginfo"): | ||
| 220 | pstaging_fetch(sstatefetch + ".siginfo", ssstatepkg + ".siginfo", d) | ||
| 219 | 221 | ||
| 220 | if not os.path.isfile(sstatepkg): | 222 | if not os.path.isfile(sstatepkg): |
| 221 | bb.note("Staging package %s does not exist" % sstatepkg) | 223 | bb.note("Staging package %s does not exist" % sstatepkg) |
