[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6347/8267] staging.bbclass: fix typo
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 6347/8267] staging.bbclass: fix typo
- Date: Sun, 17 Dec 2017 04:43:02 +0000 (UTC)
commit 2b85c9223485a054baa87ef72c15843feb099318
Author: Chen Qi <Qi Chen windriver com>
Date: Wed Jun 14 14:20:12 2017 +0800
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>
meta/classes/staging.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]