mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
glibc-locale: obey the tcmode override
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT_tcmode-external = "1"
|
||||
|
||||
# Toolchain shipped binaries weren't necessarily built ideally
|
||||
WARN_QA_remove = "ldflags textrel"
|
||||
ERROR_QA_remove = "ldflags textrel"
|
||||
WARN_QA_remove_tcmode-external = "ldflags textrel"
|
||||
ERROR_QA_remove_tcmode-external = "ldflags textrel"
|
||||
|
||||
# Debug files may well have already been split out, or stripped out
|
||||
INSANE_SKIP_${PN} += "already-stripped"
|
||||
INSANE_SKIP_${PN}_append_tcmode-external = " already-stripped"
|
||||
|
||||
# localedef needs libgcc & libc
|
||||
localedef_depends = ""
|
||||
|
||||
Reference in New Issue
Block a user