diff mbox series

insane: Remove dependency on TCLIBC from QA test

Message ID 20240904102602.849950-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit ea8c7a457a79589c35ca80b2f265799164855674
Headers show
Series insane: Remove dependency on TCLIBC from QA test | expand

Commit Message

Richard Purdie Sept. 4, 2024, 10:26 a.m. UTC
The TCLIBC value is already encoded into build paths through the triplet
so no need to encode it here where it can cause problems for allarch output
that span multiple libcs.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes-global/insane.bbclass | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass
index d7aba89b494..1691d96b64a 100644
--- a/meta/classes-global/insane.bbclass
+++ b/meta/classes-global/insane.bbclass
@@ -430,6 +430,7 @@  def package_qa_hash_style(path, name, d, elf):
     if has_syms and not sane:
         path = package_qa_clean_path(path, d, name)
         oe.qa.handle_error("ldflags", "File %s in package %s doesn't have GNU_HASH (didn't pass LDFLAGS?)" % (path, name), d)
+package_qa_hash_style[vardepsexclude] = "TCLIBC"
 
 
 QAPATHTEST[buildpaths] = "package_qa_check_buildpaths"