summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.180.bb2
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
116INSANE_SKIP_${MLPREFIX}libdw = "dev-so" 116INSANE_SKIP_${MLPREFIX}libdw = "dev-so"
117# The nlist binary in the tests uses explicitly minimal compiler flags
118INSANE_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