mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
- Update Debian patches http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz - Rebase Debian patches to 0.177 debian/hppa_backend.diff debian/mips_backend.diff debian/arm_backend.diff debian/mips_readelf_w.patch debian/testsuite-ignore-elflint.diff debian/mips_cfi.patch - Fix build failure while applying debian patches 0001-fix-compile-failure-with-debian-patches.patch - Rebase musl patches (From OE-Core rev: 35143611034758cc670e9d88bc93f97fe33c52fc) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
531 B
Diff
15 lines
531 B
Diff
Upstream-Status: Pending [from debian]
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
|
--- elfutils-0.165.orig/tests/run-strip-strmerge.sh
|
|
+++ elfutils-0.165/tests/run-strip-strmerge.sh
|
|
@@ -30,7 +30,7 @@ remerged=remerged.elf
|
|
tempfiles $merged $stripped $debugfile $remerged
|
|
|
|
echo elflint $input
|
|
-testrun ${abs_top_builddir}/src/elflint --gnu $input
|
|
+testrun_on_self_skip ${abs_top_builddir}/src/elflint --gnu $input
|
|
echo elfstrmerge
|
|
testrun ${abs_top_builddir}/tests/elfstrmerge -o $merged $input
|
|
echo elflint $merged
|