diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-01-24 11:11:43 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-26 06:27:00 +0000 |
| commit | e7ffa406dcaefd168b1641fee2f19ca3df850d53 (patch) | |
| tree | 605ac6337bb21ef2d286627879eda3b082ceff00 /meta/recipes-core/systemd/systemd_250.3.bb | |
| parent | 603dffc49a2c0084ce73340fdf1d7c624d1a954e (diff) | |
| download | poky-e7ffa406dcaefd168b1641fee2f19ca3df850d53.tar.gz | |
systemd: Forward port musl patches
Redo the header include patch and add fixes for new code.
(From OE-Core rev: 7e35a575ef09a85e625a81e0b4d80b020e3e3a92)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_250.3.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd_250.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.3.bb b/meta/recipes-core/systemd/systemd_250.3.bb index 4dd668833a..de16a4d78d 100644 --- a/meta/recipes-core/systemd/systemd_250.3.bb +++ b/meta/recipes-core/systemd/systemd_250.3.bb | |||
| @@ -34,7 +34,6 @@ SRC_URI_MUSL = "\ | |||
| 34 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ | 34 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ |
| 35 | file://0004-add-fallback-parse_printf_format-implementation.patch \ | 35 | file://0004-add-fallback-parse_printf_format-implementation.patch \ |
| 36 | file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \ | 36 | file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \ |
| 37 | file://0006-Include-netinet-if_ether.h.patch \ | ||
| 38 | file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \ | 37 | file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \ |
| 39 | file://0008-add-missing-FTW_-macros-for-musl.patch \ | 38 | file://0008-add-missing-FTW_-macros-for-musl.patch \ |
| 40 | file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \ | 39 | file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \ |
| @@ -54,6 +53,9 @@ SRC_URI_MUSL = "\ | |||
| 54 | file://0025-Handle-__cpu_mask-usage.patch \ | 53 | file://0025-Handle-__cpu_mask-usage.patch \ |
| 55 | file://0026-Handle-missing-gshadow.patch \ | 54 | file://0026-Handle-missing-gshadow.patch \ |
| 56 | file://0028-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch \ | 55 | file://0028-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch \ |
| 56 | file://0001-pass-correct-parameters-to-getdents64.patch \ | ||
| 57 | file://0002-Add-sys-stat.h-for-S_IFDIR.patch \ | ||
| 58 | file://0001-Adjust-for-musl-headers.patch \ | ||
| 57 | " | 59 | " |
| 58 | 60 | ||
| 59 | PAM_PLUGINS = " \ | 61 | PAM_PLUGINS = " \ |
