]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
insane: Remove dependency on TCLIBC from QA test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Sep 2024 10:24:58 +0000 (11:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Sep 2024 20:49:48 +0000 (21:49 +0100)
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

index d7aba89b494c67e7420da5d848b569a581d82440..1691d96b64a52c01b24a269592d31a4c2041d43e 100644 (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"