external-csl-toolchain: silence .a/.debug QA warnings

(From OE-Core rev: a5f204130ff1232deb5f4b449961296d397630b4)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2012-04-16 15:21:07 -05:00 committed by Richard Purdie
parent 6826ffe03d
commit 6b20562501
1 changed files with 2 additions and 3 deletions

View File

@ -90,9 +90,8 @@ external_toolchain_sysroot_adjust() {
PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux-libc-headers linux-libc-headers-dev gdbserver gdbserver-dbg"
INSANE_SKIP_libgcc = "1"
INSANE_SKIP_libstdc++ = "1"
INSANE_SKIP_gdbserver = "1"
# This test should be fixed to ignore .a files in .debug dirs
INSANE_SKIP_${PN}-dbg = "staticdev"
PKG_${PN} = "eglibc"
PKG_${PN}-dev = "eglibc-dev"