mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
insane: Clarify GNU_HASH warning
We have a fatal error if ELF objects don't have GNU_HASH segments but it doesn't explain what the problem is. At least give a hint to users by suggesting that LDFLAGS wasn't passed to the compiler. (From OE-Core rev: 5d4da6713b40e10e853eb746f700096307ffe158) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
491d4833f5
commit
be0b9a3a81
@@ -383,7 +383,7 @@ def package_qa_hash_style(path, name, d, elf, messages):
|
||||
sane = True
|
||||
|
||||
if has_syms and not sane:
|
||||
package_qa_add_message(messages, "ldflags", "No GNU_HASH in the elf binary: '%s'" % path)
|
||||
package_qa_add_message(messages, "ldflags", "No GNU_HASH in the ELF binary %s, didn't pass LDFLAGS?" % path)
|
||||
|
||||
|
||||
QAPATHTEST[buildpaths] = "package_qa_check_buildpaths"
|
||||
|
||||
Reference in New Issue
Block a user