sstate: fix typo

(From OE-Core rev: 10cceb3854acd5c619d81011bac02da11ed580d2)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-12-06 16:09:12 +00:00
parent 68d62ffe8b
commit dd3ad7f7f3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ def sstate_installpkg(ss, d):
if not os.path.exists(sstatepkg):
pstaging_fetch(sstatefetch, sstatepkg, d)
if not os.path.exists(sstagepkg + ".siginfo"):
pstaging_fetch(sstatefetch + ".siginfo", ssstatepkg + ".siginfo", d)
pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
if not os.path.isfile(sstatepkg):
bb.note("Staging package %s does not exist" % sstatepkg)