* [PATCH 0/1] staging.bbclass: fix typo
@ 2017-06-14 6:20 Chen Qi
2017-06-14 6:20 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-06-14 6:20 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 2db8f3265e3b253f9e21301661f9fbe102aa595a:
linux-yocto: include missing description files and conf fragments (2017-06-13 10:47:09 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/staging_typo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/staging_typo
Chen Qi (1):
staging.bbclass: fix typo
meta/classes/staging.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] staging.bbclass: fix typo
2017-06-14 6:20 [PATCH 0/1] staging.bbclass: fix typo Chen Qi
@ 2017-06-14 6:20 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-06-14 6:20 UTC (permalink / raw)
To: openembedded-core
The function is "sysroot_strip" instead of "split_and_strip_files".
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-14 6:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 6:20 [PATCH 0/1] staging.bbclass: fix typo Chen Qi
2017-06-14 6:20 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox