From patchwork Tue Apr 17 15:45:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/6] external-csl-toolchain: silence .a/.debug QA warnings Date: Tue, 17 Apr 2012 15:45:15 -0000 From: Christopher Larson X-Patchwork-Id: 26071 Message-Id: <2d145b6d4107366ab4321e5470eadabb68676df5.1334677440.git.kergoth@gmail.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Christopher Larson --- meta/recipes-core/meta/external-csl-toolchain.bb | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb index bafa331..fb553ab 100644 --- a/meta/recipes-core/meta/external-csl-toolchain.bb +++ b/meta/recipes-core/meta/external-csl-toolchain.bb @@ -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"