mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +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:
parent
c6b883106b
commit
1948bdf639
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user