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:
Joshua Lock via Openembedded-core
2019-07-26 11:26:48 +00:00
committed by Richard Purdie
parent 685bcf1c21
commit c985a07e6a

View File

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