mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
Use devtool to refresh the patches. This avoids fuzz warnings. (From OE-Core rev: 60031b012ef0de3650628b24db7d3470a34d637b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
884 B
Diff
26 lines
884 B
Diff
From d326ad99be856815260a04e573fc97044c02f444 Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Mon, 2 Jul 2018 13:57:09 +0800
|
|
Subject: [PATCH] elfutils: 0.170 -> 0.172
|
|
|
|
Upstream-Status: Pending [from debian]
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
|
---
|
|
tests/run-strip-strmerge.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/run-strip-strmerge.sh b/tests/run-strip-strmerge.sh
|
|
index aa9c1eb..2bab8ec 100755
|
|
--- a/tests/run-strip-strmerge.sh
|
|
+++ b/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
|