]> code.ossystems Code Review - openembedded-core.git/commit
systemd: Forward port musl patches
authorKhem Raj <raj.khem@gmail.com>
Mon, 24 Jan 2022 19:11:43 +0000 (11:11 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jan 2022 06:25:33 +0000 (06:25 +0000)
commit7e35a575ef09a85e625a81e0b4d80b020e3e3a92
tree5c31300fb12f2ad7c78ac3e04b6833d8decaecb1
parente9532134b86211801206ff540c4c284f43006f7b
systemd: Forward port musl patches

Redo the header include patch and add fixes for new code.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 files changed:
meta/recipes-core/systemd/systemd/0001-Adjust-for-musl-headers.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0001-pass-correct-parameters-to-getdents64.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-don-t-use-glibc-specific-qsort_r.patch
meta/recipes-core/systemd/systemd/0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch
meta/recipes-core/systemd/systemd/0004-add-fallback-parse_printf_format-implementation.patch
meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
meta/recipes-core/systemd/systemd/0006-Include-netinet-if_ether.h.patch [deleted file]
meta/recipes-core/systemd/systemd/0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch
meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch
meta/recipes-core/systemd/systemd/0010-Use-uintmax_t-for-handling-rlim_t.patch
meta/recipes-core/systemd/systemd/0011-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch
meta/recipes-core/systemd/systemd/0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch
meta/recipes-core/systemd/systemd/0013-Define-glibc-compatible-basename-for-non-glibc-syste.patch
meta/recipes-core/systemd/systemd/0014-Do-not-disable-buffering-when-writing-to-oom_score_a.patch
meta/recipes-core/systemd/systemd/0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch
meta/recipes-core/systemd/systemd/0020-Fix-incompatible-pointer-type-struct-sockaddr_un.patch
meta/recipes-core/systemd/systemd/0021-test-json.c-define-M_PIl.patch
meta/recipes-core/systemd/systemd/0022-do-not-disable-buffer-in-writing-files.patch
meta/recipes-core/systemd/systemd/0026-Handle-missing-gshadow.patch
meta/recipes-core/systemd/systemd/0028-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch
meta/recipes-core/systemd/systemd_250.3.bb