From: Christopher Larson Date: Mon, 16 Apr 2012 20:21:07 +0000 (-0500) Subject: external-csl-toolchain: silence .a/.debug QA warnings X-Git-Tag: rev_ivi_2015_02_04~17425 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffd36dbda3c9605c42b0279f21a273202bb50a2d;p=scm%2Fbb%2Ftizen-distro.git external-csl-toolchain: silence .a/.debug QA warnings (From OE-Core rev: a5f204130ff1232deb5f4b449961296d397630b4) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- 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"