summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2020-08-20 10:20:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-21 14:29:10 +0100
commit828298c4bb970f2fac3a29df1b9b21a46d235d10 (patch)
tree7f1fcbcf9a0e4e3aded4e8695e2aa7940f094843 /meta
parent52635969f94b952dee7570686c7fe1f853f42716 (diff)
downloadpoky-828298c4bb970f2fac3a29df1b9b21a46d235d10.tar.gz
systemd: Move musl patches to SRC_URI_MUSL
Supplemental musl patches for v246 were erroneously added to SRC_URI, move them to SRC_URI_MUSL. Fixes: 470c58ba4586 ("systemd: Upgrade v245.6 -> v246") (From OE-Core rev: fb7a03fb6c057e4f8b802671230f67bef53a5818) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_246.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_246.bb b/meta/recipes-core/systemd/systemd_246.bb
index a463aab1e3..11e3cd2966 100644
--- a/meta/recipes-core/systemd/systemd_246.bb
+++ b/meta/recipes-core/systemd/systemd_246.bb
@@ -20,9 +20,6 @@ SRC_URI += "file://touchscreen.rules \
20 file://99-default.preset \ 20 file://99-default.preset \
21 file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 21 file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
22 file://0003-implment-systemd-sysv-install-for-OE.patch \ 22 file://0003-implment-systemd-sysv-install-for-OE.patch \
23 file://0021-Handle-missing-LOCK_EX.patch \
24 file://0022-Fix-incompatible-pointer-type-struct-sockaddr_un.patch \
25 file://0023-Fix-field-efi_loader_entry_one_shot_stat-has-incompl.patch \
26 " 23 "
27 24
28# patches needed by musl 25# patches needed by musl
@@ -45,6 +42,9 @@ SRC_URI_MUSL = "\
45 file://0019-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch \ 42 file://0019-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch \
46 file://0020-missing_type.h-add-__compar_d_fn_t-definition.patch \ 43 file://0020-missing_type.h-add-__compar_d_fn_t-definition.patch \
47 file://0021-avoid-redefinition-of-prctl_mm_map-structure.patch \ 44 file://0021-avoid-redefinition-of-prctl_mm_map-structure.patch \
45 file://0021-Handle-missing-LOCK_EX.patch \
46 file://0022-Fix-incompatible-pointer-type-struct-sockaddr_un.patch \
47 file://0023-Fix-field-efi_loader_entry_one_shot_stat-has-incompl.patch \
48 file://0024-test-json.c-define-M_PIl.patch \ 48 file://0024-test-json.c-define-M_PIl.patch \
49 file://0001-do-not-disable-buffer-in-writing-files.patch \ 49 file://0001-do-not-disable-buffer-in-writing-files.patch \
50 file://0002-src-login-brightness.c-include-sys-wait.h.patch \ 50 file://0002-src-login-brightness.c-include-sys-wait.h.patch \