summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-12-06 19:48:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 22:59:10 +0000
commitd3154aa9f8b111066a4e2f5287f8d49075ed6253 (patch)
tree0083679d1567954295194fa757096fa9415391e0 /meta/classes/sstate.bbclass
parentdd3ad7f7f34e6a0a2f2f20df0a24b5653437a45d (diff)
downloadpoky-d3154aa9f8b111066a4e2f5287f8d49075ed6253.tar.gz
sstate: fix typo
(From OE-Core rev: 17d27fd6e2750e6455f656159da56c3350c4b3cd) Signed-off-by: Saul Wold <sgw@linux.intel.com> 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 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):