From: Chen Qi Date: Wed, 14 Jun 2017 06:20:12 +0000 (+0800) Subject: staging.bbclass: fix typo X-Git-Tag: uninative-1.7~471 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f2d349887710dcae05db09dc2277223e85fa1c19;p=openembedded-core.git staging.bbclass: fix typo The function is "sysroot_strip" instead of "split_and_strip_files". Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 9c2679406b..1bb22aaa46 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