mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
In the upgrade a large number of Upstream-Status tags were dropped, so add them back. I'm taking the stand that copying a patch Debian is carrying doesn't count as a backport. Remove two Debian-specific patches (one for Hurd, one for kfreebsd) so we're not carrying useless patches. Remove two patches that are no longer applied. (From OE-Core rev: b039b26958655aab496b588f4e41a5dea1bfaac1) 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
|