From b7d720df1f9f60f46385b687498515243fdfbd85 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 26 Sep 2012 15:52:17 -0400 Subject: [PATCH] external-sourcery-toolchain: inhibit strip warnings Signed-off-by: Christopher Larson --- recipes/meta/external-sourcery-toolchain.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/meta/external-sourcery-toolchain.bb b/recipes/meta/external-sourcery-toolchain.bb index a0d2b60..31d5299 100644 --- a/recipes/meta/external-sourcery-toolchain.bb +++ b/recipes/meta/external-sourcery-toolchain.bb @@ -95,6 +95,9 @@ TC_PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev gd TC_PACKAGES =+ "${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', PN, 'linux-libc-headers linux-libc-headers-dev', '', d)}" PACKAGES =+ "${TC_PACKAGES}" +# Inhibit warnings about files being stripped, we can't do anything about it. +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + # This test should be fixed to ignore .a files in .debug dirs INSANE_SKIP_${PN}-dbg = "staticdev"