diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | 14 | ||||
-rw-r--r-- | meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch index 1c7cde6d7d..93f5bdcd00 100644 --- a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch +++ b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 81da32c3404b58cbad7b3af00854e0cf2dc3dbf1 Mon Sep 17 00:00:00 2001 | 1 | From 262ac90394e36e0b4e86042d9c5385703f5b6536 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Fri, 23 Aug 2019 10:19:48 +0800 | 3 | Date: Fri, 23 Aug 2019 10:19:48 +0800 |
4 | Subject: [PATCH] musl-utils | 4 | Subject: [PATCH] musl-utils |
@@ -22,7 +22,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
22 | 4 files changed, 29 insertions(+) | 22 | 4 files changed, 29 insertions(+) |
23 | 23 | ||
24 | diff --git a/src/arlib.h b/src/arlib.h | 24 | diff --git a/src/arlib.h b/src/arlib.h |
25 | index e117166..8326f6c 100644 | 25 | index d4a4221..f6336d9 100644 |
26 | --- a/src/arlib.h | 26 | --- a/src/arlib.h |
27 | +++ b/src/arlib.h | 27 | +++ b/src/arlib.h |
28 | @@ -29,6 +29,12 @@ | 28 | @@ -29,6 +29,12 @@ |
@@ -39,7 +39,7 @@ index e117166..8326f6c 100644 | |||
39 | /* State of -D/-U flags. */ | 39 | /* State of -D/-U flags. */ |
40 | extern bool arlib_deterministic_output; | 40 | extern bool arlib_deterministic_output; |
41 | diff --git a/src/elfcompress.c b/src/elfcompress.c | 41 | diff --git a/src/elfcompress.c b/src/elfcompress.c |
42 | index 92f2fac..0b037a5 100644 | 42 | index 18ade66..a6ed4e1 100644 |
43 | --- a/src/elfcompress.c | 43 | --- a/src/elfcompress.c |
44 | +++ b/src/elfcompress.c | 44 | +++ b/src/elfcompress.c |
45 | @@ -37,6 +37,13 @@ | 45 | @@ -37,6 +37,13 @@ |
@@ -57,10 +57,10 @@ index 92f2fac..0b037a5 100644 | |||
57 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; | 57 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; |
58 | 58 | ||
59 | diff --git a/src/strip.c b/src/strip.c | 59 | diff --git a/src/strip.c b/src/strip.c |
60 | index 30a1f9d..e89a7f0 100644 | 60 | index 2a2cc80..8e9f773 100644 |
61 | --- a/src/strip.c | 61 | --- a/src/strip.c |
62 | +++ b/src/strip.c | 62 | +++ b/src/strip.c |
63 | @@ -46,6 +46,13 @@ | 63 | @@ -45,6 +45,13 @@ |
64 | #include <system.h> | 64 | #include <system.h> |
65 | #include <printversion.h> | 65 | #include <printversion.h> |
66 | 66 | ||
@@ -75,10 +75,10 @@ index 30a1f9d..e89a7f0 100644 | |||
75 | 75 | ||
76 | /* Name and version of program. */ | 76 | /* Name and version of program. */ |
77 | diff --git a/src/unstrip.c b/src/unstrip.c | 77 | diff --git a/src/unstrip.c b/src/unstrip.c |
78 | index 3472637..40c73f3 100644 | 78 | index d5bd182..d797823 100644 |
79 | --- a/src/unstrip.c | 79 | --- a/src/unstrip.c |
80 | +++ b/src/unstrip.c | 80 | +++ b/src/unstrip.c |
81 | @@ -52,6 +52,15 @@ | 81 | @@ -51,6 +51,15 @@ |
82 | #include "libeu.h" | 82 | #include "libeu.h" |
83 | #include "printversion.h" | 83 | #include "printversion.h" |
84 | 84 | ||
diff --git a/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch b/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch index fd1ec010e5..9ee5801c56 100644 --- a/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch +++ b/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ff6ab57ba5dd37947ef1ffe5de7af5dbebfeb4e9 Mon Sep 17 00:00:00 2001 | 1 | From c209233857a73970d7a7dd8da664903570efc7ea Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Mon, 22 Jun 2020 21:35:16 +0000 | 3 | Date: Mon, 22 Jun 2020 21:35:16 +0000 |
4 | Subject: [PATCH] config/eu.am: do not use -Werror | 4 | Subject: [PATCH] config/eu.am: do not use -Werror |