diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-06 07:42:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-07 17:25:02 +0000 |
commit | 4d80c539be2eaed05f859f7701b5f89f69fcac6f (patch) | |
tree | ae5ad685b741a11a5447fcf1a72279bab3c8b91f /meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch | |
parent | 053fe287eae4071e6dc61a28645dc7bbd623fa37 (diff) | |
download | poky-4d80c539be2eaed05f859f7701b5f89f69fcac6f.tar.gz |
elfutils: upgrade 0.189 -> 0.191
Drop backports:
0001-Add-helper-function-for-basename.patch
0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch
(From OE-Core rev: 797117902490fcd336697397ea5d8c2a601124b2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch')
-rw-r--r-- | meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch b/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch index 0e6bf5573c..096361e215 100644 --- a/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch +++ b/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2fa52d61b1abdf4a3f3b153c771fb2081666430c Mon Sep 17 00:00:00 2001 | 1 | From f9ab54454000fd210dbaa92cf516084d05060f9d Mon Sep 17 00:00:00 2001 |
2 | From: Mingli Yu <Mingli.Yu@windriver.com> | 2 | From: Mingli Yu <Mingli.Yu@windriver.com> |
3 | Date: Tue, 21 May 2019 15:20:34 +0800 | 3 | Date: Tue, 21 May 2019 15:20:34 +0800 |
4 | Subject: [PATCH] skip the test when gcc not deployed | 4 | Subject: [PATCH] skip the test when gcc not deployed |
@@ -9,7 +9,6 @@ gcc not deployed. | |||
9 | Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html] | 9 | Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html] |
10 | 10 | ||
11 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | 11 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> |
12 | |||
13 | --- | 12 | --- |
14 | tests/run-disasm-x86-64.sh | 2 ++ | 13 | tests/run-disasm-x86-64.sh | 2 ++ |
15 | tests/run-disasm-x86.sh | 2 ++ | 14 | tests/run-disasm-x86.sh | 2 ++ |