From: Alexander Kanavin Date: Mon, 28 Aug 2023 12:03:40 +0000 (+0200) Subject: systemd-bootchart: musl fixes have been rejected upstream X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3655b965a0b13518e35b3312e1ae7b59b1f231a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd-bootchart: musl fixes have been rejected upstream Systemd upstream has reiterated that the only supported libc implementation is glibc. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 12eecc989be..812900051aa 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,7 +12,7 @@ systemd/0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch Based on work by: Khem Raj Signed-off-by: Tim Orling -Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] +Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47] --- src/util.h | 2 +- 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 8be3bed3955..2fac76a5494 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,7 +10,7 @@ Original patch author: Emil Renner Berthing Includes work by: Khem Raj Signed-off-by: Tim Orling -Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] +Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47] --- Makefile.am | 4 + 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 c2c276e4588..fbe9c93d2d8 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,7 +9,7 @@ systemd/0007-check-for-missing-canonicalize_file_name.patch Based on work by: Khem Raj Signed-off-by: Tim Orling -Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] +Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47] --- src/path-util.c | 2 +-