mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sstate: fix typo
(From OE-Core rev: 10cceb3854acd5c619d81011bac02da11ed580d2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -217,7 +217,7 @@ def sstate_installpkg(ss, d):
|
|||||||
if not os.path.exists(sstatepkg):
|
if not os.path.exists(sstatepkg):
|
||||||
pstaging_fetch(sstatefetch, sstatepkg, d)
|
pstaging_fetch(sstatefetch, sstatepkg, d)
|
||||||
if not os.path.exists(sstagepkg + ".siginfo"):
|
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):
|
if not os.path.isfile(sstatepkg):
|
||||||
bb.note("Staging package %s does not exist" % sstatepkg)
|
bb.note("Staging package %s does not exist" % sstatepkg)
|
||||||
|
|||||||
Reference in New Issue
Block a user