summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-05 09:48:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 08:45:10 +0000
commitd5f7ee0e3029a90396df4e5db9159abe71612beb (patch)
tree919d0785f205c3970b3921e4e80b03a6663c1eb1
parent206dadd9c234a64559164274d7f540024f9d008b (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch2
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch2
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch2
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
12Based on work by: Khem Raj <raj.khem@gmail.com> 12Based on work by: Khem Raj <raj.khem@gmail.com>
13 13
14Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 14Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
15Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47]
15--- 16---
16Upstream-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>
10Includes work by: Khem Raj <raj.khem@gmail.com> 10Includes work by: Khem Raj <raj.khem@gmail.com>
11 11
12Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 12Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
13Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47]
13--- 14---
14Upstream-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
9Based on work by: Khem Raj <raj.khem@gmail.com> 9Based on work by: Khem Raj <raj.khem@gmail.com>
10 10
11Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 11Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
12Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47]
12--- 13---
13Upstream-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(-)