[oe-commits] [openembedded-core] 02/14: sstate: fix log message

git at git.openembedded.org git at git.openembedded.org
Sat Jul 27 21:47:05 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 06559c1ed86dbce53505f9ed98111fe9d0b97ed7
Author: Joshua Lock via Openembedded-core <openembedded-core at lists.openembedded.org>
AuthorDate: Fri Jul 26 11:26:48 2019 +0000

    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.
    
    Signed-off-by: Joshua Lock <jlock at vmware.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/sstate.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index b604729..d8fdcec 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list