diff options
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index d1dbb5a1f4..ec2c123b68 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -216,7 +216,7 @@ 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"): | 219 | if not os.path.exists(sstatepkg + ".siginfo"): |
220 | pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d) | 220 | pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d) |
221 | 221 | ||
222 | if not os.path.isfile(sstatepkg): | 222 | if not os.path.isfile(sstatepkg): |