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 <[email protected]> --- meta/classes-global/insane.bbclass | 1 + 1 file changed, 1 insertion(+) 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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204198): https://lists.openembedded.org/g/openembedded-core/message/204198 Mute This Topic: https://lists.openembedded.org/mt/108262305/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
