1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

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>
This commit is contained in:
Chen Qi
2017-06-14 14:20:12 +08:00
committed by Richard Purdie
parent 4a7ce464fd
commit 2b85c92234
+1 -1
View 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