summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-28 16:36:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 14:15:33 +0000
commitecabf7386fce5f1af93215b7c3b47291e4d63cb3 (patch)
tree27004da0c3f1a239b0cb0be06bbc834c080d85f7 /meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
parentf33d697fa6e234043aaac4018f53e3259375b59e (diff)
downloadpoky-ecabf7386fce5f1af93215b7c3b47291e4d63cb3.tar.gz
elfutils: update 0.182 -> 0.183
Drop 0001-ppc_initreg.c-Incliude-asm-ptrace.h-for-pt_regs-defi.patch Drop 0001-musl-obstack-fts.patch (upstream has fixed the issues). Drop a few other chunks where upstream has fixed the issues or removed the code being patched. Adjust ptests to pass again. (From OE-Core rev: d358212bb557c99b266a0022ce973782c8c4d260) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch b/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
index 5dee61210a..f407bdd0be 100644
--- a/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
+++ b/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
@@ -1,4 +1,4 @@
1From e4ede22e28eaa38d81667ddcb19541ece1a83cf8 Mon Sep 17 00:00:00 2001 1From cd36f34c722dd0babd7beb13c968aa0780c9f726 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 15 Aug 2017 17:24:06 +0800 3Date: Tue, 15 Aug 2017 17:24:06 +0800
4Subject: [PATCH] Disable the test to convert euc-jp 4Subject: [PATCH] Disable the test to convert euc-jp
@@ -21,10 +21,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
21 1 file changed, 2 insertions(+) 21 1 file changed, 2 insertions(+)
22 22
23diff --git a/m4/iconv.m4 b/m4/iconv.m4 23diff --git a/m4/iconv.m4 b/m4/iconv.m4
24index a503646..299f1eb 100644 24index aa159c5..d16312b 100644
25--- a/m4/iconv.m4 25--- a/m4/iconv.m4
26+++ b/m4/iconv.m4 26+++ b/m4/iconv.m4
27@@ -159,6 +159,7 @@ int main () 27@@ -165,6 +165,7 @@ AC_DEFUN([AM_ICONV_LINK],
28 } 28 }
29 } 29 }
30 #endif 30 #endif
@@ -32,11 +32,11 @@ index a503646..299f1eb 100644
32 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 32 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
33 provided. */ 33 provided. */
34 if (/* Try standardized names. */ 34 if (/* Try standardized names. */
35@@ -170,6 +171,7 @@ int main () 35@@ -176,6 +177,7 @@ AC_DEFUN([AM_ICONV_LINK],
36 /* Try HP-UX names. */ 36 /* Try HP-UX names. */
37 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 37 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
38 result |= 16; 38 result |= 16;
39+#endif 39+#endif
40 return result; 40 return result;
41 }]])], 41 ]])],
42 [am_cv_func_iconv_works=yes], 42 [am_cv_func_iconv_works=yes], ,