diff options
| author | Jiaqing Zhao <jiaqing.zhao@linux.intel.com> | 2022-05-23 10:20:13 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-23 21:31:31 +0100 |
| commit | c2dc736f15b6bd02d1a1e779bdb097e99367ada7 (patch) | |
| tree | 363ea058c0979929ff3de04ac522356b05a76a6b /meta/recipes-core/systemd/systemd_250.5.bb | |
| parent | e50acb6e49ade1294429d3c3edf040e11fe28488 (diff) | |
| download | poky-c2dc736f15b6bd02d1a1e779bdb097e99367ada7.tar.gz | |
systemd: Drop 0002-don-t-use-glibc-specific-qsort_r.patch
musl 1.2.3 implements qsort_r function.
(From OE-Core rev: 0c2bbf66c7a00268457ac10fed4bef3714da8651)
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_250.5.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd_250.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.5.bb b/meta/recipes-core/systemd/systemd_250.5.bb index 6d6b3f2ded..81fe0c88e0 100644 --- a/meta/recipes-core/systemd/systemd_250.5.bb +++ b/meta/recipes-core/systemd/systemd_250.5.bb | |||
| @@ -30,7 +30,6 @@ SRC_URI += "file://touchscreen.rules \ | |||
| 30 | # patches needed by musl | 30 | # patches needed by musl |
| 31 | SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}" | 31 | SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}" |
| 32 | SRC_URI_MUSL = "\ | 32 | SRC_URI_MUSL = "\ |
| 33 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ | ||
| 34 | file://0003-missing_type.h-add-comparison_fn_t.patch \ | 33 | file://0003-missing_type.h-add-comparison_fn_t.patch \ |
| 35 | file://0004-add-fallback-parse_printf_format-implementation.patch \ | 34 | file://0004-add-fallback-parse_printf_format-implementation.patch \ |
| 36 | file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \ | 35 | file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \ |
