mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
sstate: fix log message
Referring to the sstate object as a staging package is an artefact of the code's origins. Switch to referring to an "Sstate package" in order to be more accurate and consistent with the rest of the file. (From OE-Core rev: 06559c1ed86dbce53505f9ed98111fe9d0b97ed7) Signed-off-by: Joshua Lock <jlock@vmware.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
685bcf1c21
commit
c985a07e6a
@@ -329,7 +329,7 @@ def sstate_installpkg(ss, d):
|
||||
pstaging_fetch(sstatefetch, d)
|
||||
|
||||
if not os.path.isfile(sstatepkg):
|
||||
bb.note("Staging package %s does not exist" % sstatepkg)
|
||||
bb.note("Sstate package %s does not exist" % sstatepkg)
|
||||
return False
|
||||
|
||||
sstate_clean(ss, d)
|
||||
|
||||
Reference in New Issue
Block a user