]> code.ossystems Code Review - openembedded-core.git/commitdiff
external-csl-toolchain: silence .a/.debug QA warnings
authorChristopher Larson <kergoth@gmail.com>
Mon, 16 Apr 2012 20:21:07 +0000 (15:21 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2012 14:00:25 +0000 (15:00 +0100)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
meta/recipes-core/meta/external-csl-toolchain.bb

index bafa331693e75fddc7f3f71b94fdf5089d517bfc..fb553ab898cae7d6c242901ef8e706d47b830b3e 100644 (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"