summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 16:09:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 16:36:08 +0000
commitdd3ad7f7f34e6a0a2f2f20df0a24b5653437a45d (patch)
tree48794fbec9e0f2af3d3a5d0c2a0d2f203dfc5549 /meta/classes/sstate.bbclass
parent68d62ffe8b2cfc6eab5fdf9fcbc9b57613d85ff1 (diff)
downloadpoky-dd3ad7f7f34e6a0a2f2f20df0a24b5653437a45d.tar.gz
sstate: fix typo
(From OE-Core rev: 10cceb3854acd5c619d81011bac02da11ed580d2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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)