[oe-commits] Christopher Larson : external-csl-toolchain: silence .a/.debug QA warnings

git at git.openembedded.org git at git.openembedded.org
Thu May 3 15:32:53 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: a5f204130ff1232deb5f4b449961296d397630b4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a5f204130ff1232deb5f4b449961296d397630b4

Author: Christopher Larson <kergoth at gmail.com>
Date:   Mon Apr 16 15:21:07 2012 -0500

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

Signed-off-by: Christopher Larson <kergoth at gmail.com>

---

 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"





More information about the Openembedded-commits mailing list