diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-05 09:48:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-07 08:45:10 +0000 |
| commit | d5f7ee0e3029a90396df4e5db9159abe71612beb (patch) | |
| tree | 919d0785f205c3970b3921e4e80b03a6663c1eb1 /meta/recipes-devtools/systemd-bootchart | |
| parent | 206dadd9c234a64559164274d7f540024f9d008b (diff) | |
| download | poky-d5f7ee0e3029a90396df4e5db9159abe71612beb.tar.gz | |
systemd-bootchart: submit musl patches upstream
(From OE-Core rev: abb4f439cdb364f7b04da8bd452fc18dbe44e67e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/systemd-bootchart')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch index f392ceafcc..12eecc989b 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch | |||
| @@ -12,8 +12,8 @@ systemd/0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch | |||
| 12 | Based on work by: Khem Raj <raj.khem@gmail.com> | 12 | Based on work by: Khem Raj <raj.khem@gmail.com> |
| 13 | 13 | ||
| 14 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> | 14 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> |
| 15 | Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] | ||
| 15 | --- | 16 | --- |
| 16 | Upstream-Status: Pending | ||
| 17 | 17 | ||
| 18 | src/util.h | 2 +- | 18 | src/util.h | 2 +- |
| 19 | 1 file changed, 1 insertion(+), 1 deletion(-) | 19 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch index 196272f7a2..8be3bed395 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch | |||
| @@ -10,8 +10,8 @@ Original patch author: Emil Renner Berthing <systemd@esmil.dk> | |||
| 10 | Includes work by: Khem Raj <raj.khem@gmail.com> | 10 | Includes work by: Khem Raj <raj.khem@gmail.com> |
| 11 | 11 | ||
| 12 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> | 12 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> |
| 13 | Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] | ||
| 13 | --- | 14 | --- |
| 14 | Upstream-Status: Pending | ||
| 15 | 15 | ||
| 16 | Makefile.am | 4 + | 16 | Makefile.am | 4 + |
| 17 | configure.ac | 3 + | 17 | configure.ac | 3 + |
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch index 7670d95f07..c2c276e458 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch | |||
| @@ -9,8 +9,8 @@ systemd/0007-check-for-missing-canonicalize_file_name.patch | |||
| 9 | Based on work by: Khem Raj <raj.khem@gmail.com> | 9 | Based on work by: Khem Raj <raj.khem@gmail.com> |
| 10 | 10 | ||
| 11 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> | 11 | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> |
| 12 | Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] | ||
| 12 | --- | 13 | --- |
| 13 | Upstream-Status: Pending | ||
| 14 | 14 | ||
| 15 | src/path-util.c | 2 +- | 15 | src/path-util.c | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
