mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
external-sourcery-toolchain: inhibit strip warnings
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user