mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
- Update debian 0.170 patches and rebase them for 0.172; - Drop 0001-Use-fallthrough-attribute.patch which was accepted by upstream; - Drop 0001-Ensure-that-packed-structs-follow-the-gcc-memory-lay.patch which was backported from upstream; (From OE-Core rev: dbbe9c1d1f822cf13a4c16b79bccf6bf5c4b91e4) 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>
12 lines
438 B
Diff
12 lines
438 B
Diff
--- 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
|