mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user