mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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:
committed by
Richard Purdie
parent
dd3ad7f7f3
commit
d3154aa9f8
@@ -216,7 +216,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(sstatepkg + ".siginfo"):
|
||||||
pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
|
pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
|
||||||
|
|
||||||
if not os.path.isfile(sstatepkg):
|
if not os.path.isfile(sstatepkg):
|
||||||
|
|||||||
Reference in New Issue
Block a user