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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user