mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning
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) (From OE-Core rev: 62c51c4178fb66341498c71c74ce42652568c7fa) Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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}-dbg += " \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug \
|
||||
|
||||
Reference in New Issue
Block a user