Browse Source

glibc-locale: quiet the same checks as external-toolchain.bbclass

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 3 years ago
parent
commit
ae9ad2e7f9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      core/recipes-core/glibc/glibc-locale_%.bbappend

+ 7 - 0
core/recipes-core/glibc/glibc-locale_%.bbappend

@@ -1,5 +1,12 @@
 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"
+
+# Debug files may well have already been split out, or stripped out
+INSANE_SKIP_${PN} += "already-stripped"
+
 # localedef needs libgcc & libc
 localedef_depends_tcmode-external = "${MLPREFIX}libgcc:do_packagedata virtual/${MLPREFIX}libc:do_packagedata"