From 33b2728ac61f248e5416a6aba5d9cf3f5d0b93b9 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 1 Apr 2021 11:33:33 -0700 Subject: [PATCH] glibc-locale: obey the tcmode override Signed-off-by: Christopher Larson --- core/recipes-core/glibc/glibc-locale_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/recipes-core/glibc/glibc-locale_%.bbappend b/core/recipes-core/glibc/glibc-locale_%.bbappend index 4ca3ba3..8d54bda 100644 --- a/core/recipes-core/glibc/glibc-locale_%.bbappend +++ b/core/recipes-core/glibc/glibc-locale_%.bbappend @@ -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 = ""