Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning
@ 2016-07-26  8:22 mingli.yu
  2016-07-26  9:33 ` Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: mingli.yu @ 2016-07-26  8:22 UTC (permalink / raw)
  To: openembedded-core

WARNING: QA Issue: gcc-cross-canadian-i586-dbg: found library in wrong location:
/PATH/sysroots/x86_64-oesdk-linux/usr/libexec/i586-oe-linux/gcc/
i586-oe-linux/5.2.0/.debug/libcc1.so.0.0.0

This warning is introduced by commit f6e47aa(gcc-target 5.1: fix for libcc1)

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core jethro rev: 62c51c4178fb66341498c71c74ce42652568c7fa)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index ec1d281..1286179 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -83,6 +83,8 @@ FILES_${PN} = "\
     ${prefix}/${TARGET_SYS}/usr/include/* \
 "
 INSANE_SKIP_${PN} += "dev-so"
+INSANE_SKIP_${PN} += "libdir"
+INSANE_SKIP_${PN}-dbg += "libdir"
 
 FILES_${PN}-doc = "\
     ${infodir} \
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning.
@ 2016-03-22  5:48 Li Xin
  2016-03-22  9:30 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Li Xin @ 2016-03-22  5:48 UTC (permalink / raw)
  To: openembedded-core

WARNING: QA Issue: gcc-cross-canadian-i586-dbg: found library in wrong location:
/PATH/sysroots/x86_64-oesdk-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/5.2.0/.debug/libcc1.so.0.0.0

This warning is introduced by commit f6e47aa(gcc-target 5.1: fix for libcc1)

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index ec1d281..1286179 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -83,6 +83,8 @@ FILES_${PN} = "\
     ${prefix}/${TARGET_SYS}/usr/include/* \
 "
 INSANE_SKIP_${PN} += "dev-so"
+INSANE_SKIP_${PN} += "libdir"
+INSANE_SKIP_${PN}-dbg += "libdir"
 
 FILES_${PN}-doc = "\
     ${infodir} \
-- 
1.8.4.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-26  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26  8:22 [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning mingli.yu
2016-07-26  9:33 ` Yu, Mingli
  -- strict thread matches above, loose matches on Subject: below --
2016-03-22  5:48 Li Xin
2016-03-22  9:30 ` Richard Purdie
2016-03-22 10:57   ` Li, Xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox