]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
staging.bbclass: fix typo
authorChen Qi <Qi.Chen@windriver.com>
Wed, 14 Jun 2017 06:20:12 +0000 (14:20 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 13:44:59 +0000 (14:44 +0100)
The function is "sysroot_strip" instead of "split_and_strip_files".

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 9c2679406b7a43910faa5fd55f35cef3307630af..1bb22aaa463e42e53d6b71aebf4ca4ca0ef09495 100644 (file)
@@ -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