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>
This commit is contained in:
Saul Wold 2012-12-06 19:48:16 +00:00 committed by Richard Purdie
parent dd3ad7f7f3
commit d3154aa9f8
1 changed files with 1 additions and 1 deletions

View File

@ -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):