summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 29c10072fe..d1dbb5a1f4 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -217,7 +217,7 @@ def sstate_installpkg(ss, d):
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(sstagepkg + ".siginfo"):
220 pstaging_fetch(sstatefetch + ".siginfo", ssstatepkg + ".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):
223 bb.note("Staging package %s does not exist" % sstatepkg) 223 bb.note("Staging package %s does not exist" % sstatepkg)