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)
downloadast2050-yocto-poky-d3154aa9f8b111066a4e2f5287f8d49075ed6253.zip
ast2050-yocto-poky-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 d1dbb5a..ec2c123 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -216,7 +216,7 @@ def sstate_installpkg(ss, d):
if not os.path.exists(sstatepkg):
pstaging_fetch(sstatefetch, sstatepkg, d)
- if not os.path.exists(sstagepkg + ".siginfo"):
+ if not os.path.exists(sstatepkg + ".siginfo"):
pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
if not os.path.isfile(sstatepkg):
OpenPOWER on IntegriCloud