[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6347/8267] staging.bbclass: fix typo



commit 2b85c9223485a054baa87ef72c15843feb099318
Author: Chen Qi <Qi Chen windriver com>
Date:   Wed Jun 14 14:20:12 2017 +0800

    staging.bbclass: fix typo
    
    The function is "sysroot_strip" instead of "split_and_strip_files".
    
    (From OE-Core rev: f2d349887710dcae05db09dc2277223e85fa1c19)
    
    Signed-off-by: Chen Qi <Qi Chen windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]