mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 02:09:39 +01:00
- Backport patches from debian to 0.168 and add US tags. - Rebase 0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch to support libc musl (From OE-Core rev: 13e5819dc4ef44d99d0f22686365fd3c988d6bce) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
532 B
Diff
15 lines
532 B
Diff
Upstream-Status: Backport [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
|