From f2d349887710dcae05db09dc2277223e85fa1c19 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 14 Jun 2017 14:20:12 +0800 Subject: 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 --- 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 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 -- cgit 1.2.3-korg