Re: [OE-core] [PATCH] systemd: rebase musl patches

2023-03-21 Thread Yureka via lists.openembedded.org
ny fuzz > when applying those patches? > > On 21/03/2023 08:46:25+0100, Yureka via lists.openembedded.org wrote: >> Signed-off-by: Yureka Lilian >> --- >> meta/recipes-core/systemd/systemd.inc |   4 +- >> .../0001-Adjust-for-musl-headers.patch    |  82

[OE-core] [PATCH] systemd: rebase musl patches

2023-03-21 Thread Yureka via lists.openembedded.org
Signed-off-by: Yureka Lilian --- meta/recipes-core/systemd/systemd.inc | 4 +- .../0001-Adjust-for-musl-headers.patch| 82 - ...all-dependency-links-at-install-tim.patch} | 14 +- ...til-Make-STRERROR-portable-for-musl.patch} | 4 +- ...ysctl.d-binfmt.d-modules-load.

Re: [OE-core] [PATCH] systemd: add missing include for musl

2021-10-18 Thread Yureka via lists.openembedded.org
I don't think so, this change an existing related patch instead of adding a new one. On 10/18/21 14:18, Alexander Kanavin wrote: > The recipe needs to be adjusted as well? > > Alex > > On Mon, 18 Oct 2021 at 14:03, Yureka via lists.openembedded.org > <http://lists.

[OE-core] [PATCH] systemd: add missing include for musl

2021-10-18 Thread Yureka via lists.openembedded.org
Fixes "error: ‘FTW_ACTIONRETVAL’ undeclared (first use in this function)" in src/shared/mount-setup.c. Signed-off-by: Yureka --- .../0008-add-missing-FTW_-macros-for-musl.patch | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/syste