[oe-commits] [openembedded-core] 03/22: staging.bbclass: fix typo

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 13:54:53 UTC 2017


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

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

commit f2d349887710dcae05db09dc2277223e85fa1c19
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Jun 14 14:20:12 2017 +0800

    staging.bbclass: fix typo
    
    The function is "sysroot_strip" instead of "split_and_strip_files".
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/staging.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 9c26794..1bb22aa 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -87,7 +87,7 @@ python sysroot_strip () {
         ret, result = oe.utils.getstatusoutput("file \"%s\"" % path.replace("\"", "\\\""))
 
         if ret:
-            bb.error("split_and_strip_files: 'file %s' failed" % path)
+            bb.error("sysroot_strip: 'file %s' failed" % path)
             return type
 
         # Not stripped

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


More information about the Openembedded-commits mailing list