diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 4644221bc6..6718feb3af 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -383,7 +383,7 @@ def package_qa_hash_style(path, name, d, elf, messages): | |||
| 383 | sane = True | 383 | sane = True |
| 384 | 384 | ||
| 385 | if has_syms and not sane: | 385 | if has_syms and not sane: |
| 386 | package_qa_add_message(messages, "ldflags", "No GNU_HASH in the elf binary: '%s'" % path) | 386 | package_qa_add_message(messages, "ldflags", "No GNU_HASH in the ELF binary %s, didn't pass LDFLAGS?" % path) |
| 387 | 387 | ||
| 388 | 388 | ||
| 389 | QAPATHTEST[buildpaths] = "package_qa_check_buildpaths" | 389 | QAPATHTEST[buildpaths] = "package_qa_check_buildpaths" |
