diff options
author | Ross Burton <ross@burtonini.com> | 2020-09-02 11:41:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-02 16:00:46 +0100 |
commit | f50b17b556cc7b1c99f3d9f75f19d50f23df303d (patch) | |
tree | cf82860e76ab0ff017f9011d693e6d1023633531 /meta | |
parent | a6386db35308c5a2099da0b467c3bcbbf39a8e1e (diff) | |
download | poky-f50b17b556cc7b1c99f3d9f75f19d50f23df303d.tar.gz |
elfutils: silence a new QA warning
The fix to the gnu-hash-style check (oe-core 70d932f21) causes elfutils-ptest
to emit a new warning. This binary is explicitly compiled with a curated
minimal set of compiler flags, so to avoid breaking the test simply skip the
ldflags check for elfutils-ptest.
(From OE-Core rev: 3ebfc4fc4e448f4dbc5a04ccceaee6f0f7780a43)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.180.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.180.bb b/meta/recipes-devtools/elfutils/elfutils_0.180.bb index 9f8bfc24f3..61e46a4ed7 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.180.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.180.bb | |||
@@ -114,6 +114,8 @@ FILES_libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils | |||
114 | 114 | ||
115 | # The package contains symlinks that trip up insane | 115 | # The package contains symlinks that trip up insane |
116 | INSANE_SKIP_${MLPREFIX}libdw = "dev-so" | 116 | INSANE_SKIP_${MLPREFIX}libdw = "dev-so" |
117 | # The nlist binary in the tests uses explicitly minimal compiler flags | ||
118 | INSANE_SKIP_${PN}-ptest += "ldflags" | ||
117 | 119 | ||
118 | # avoid stripping some generated binaries otherwise some of the tests such as test-nlist, | 120 | # avoid stripping some generated binaries otherwise some of the tests such as test-nlist, |
119 | # run-strip-reloc.sh, run-strip-strmerge.sh and so on will fail | 121 | # run-strip-reloc.sh, run-strip-strmerge.sh and so on will fail |