We don't need to special-case musl-on-mips now that the link hash is the
correct type by default.

Signed-off-by: Ross Burton <ross.bur...@arm.com>
---
 meta/classes-global/insane.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes-global/insane.bbclass 
b/meta/classes-global/insane.bbclass
index 231d6390ff8..c6991a7a621 100644
--- a/meta/classes-global/insane.bbclass
+++ b/meta/classes-global/insane.bbclass
@@ -419,8 +419,6 @@ def package_qa_hash_style(path, name, d, elf):
             has_syms = True
         if "GNU_HASH" in line or "MIPS_XHASH" in line:
             sane = True
-        if ("[mips32]" in line or "[mips64]" in line) and d.getVar('TCLIBC') 
== "musl":
-            sane = True
     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)
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#205347): 
https://lists.openembedded.org/g/openembedded-core/message/205347
Mute This Topic: https://lists.openembedded.org/mt/108906502/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to