From: Saul Wold Date: Thu, 6 Dec 2012 19:48:16 +0000 (+0000) Subject: sstate: fix typo X-Git-Tag: 2015-4~8401 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=17d27fd6e2750e6455f656159da56c3350c4b3cd;p=openembedded-core.git sstate: fix typo Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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): 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):