The function is "sysroot_strip" instead of "split_and_strip_files".
Signed-off-by: Chen Qi <[email protected]> --- 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 -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
