insane: Remove dependency on TCLIBC from QA test

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.

(From OE-Core rev: ea8c7a457a79589c35ca80b2f265799164855674)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2024-09-04 11:24:58 +01:00
parent c6b883106b
commit 1948bdf639

View File

@ -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"