All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH 1/7] systemd: Move musl patches to SRC_URI_MUSL
@ 2020-08-20 10:20 Alex Kiernan
  2020-08-20 10:20 ` [OE-Core][PATCH 2/7] systemd: Fix path to modules-load.d et al Alex Kiernan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alex Kiernan @ 2020-08-20 10:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alex Kiernan

Supplemental musl patches for v246 were erroneously added to SRC_URI,
move them to SRC_URI_MUSL.

Fixes: 470c58ba4586 ("systemd: Upgrade v245.6 -> v246")
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta/recipes-core/systemd/systemd_246.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_246.bb b/meta/recipes-core/systemd/systemd_246.bb
index a463aab1e302..11e3cd29665b 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 \
            file://99-default.preset \
            file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
            file://0003-implment-systemd-sysv-install-for-OE.patch \
-           file://0021-Handle-missing-LOCK_EX.patch \
-           file://0022-Fix-incompatible-pointer-type-struct-sockaddr_un.patch \
-           file://0023-Fix-field-efi_loader_entry_one_shot_stat-has-incompl.patch \
            "
 
 # patches needed by musl
@@ -45,6 +42,9 @@ SRC_URI_MUSL = "\
                file://0019-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch \
                file://0020-missing_type.h-add-__compar_d_fn_t-definition.patch \
                file://0021-avoid-redefinition-of-prctl_mm_map-structure.patch \
+               file://0021-Handle-missing-LOCK_EX.patch \
+               file://0022-Fix-incompatible-pointer-type-struct-sockaddr_un.patch \
+               file://0023-Fix-field-efi_loader_entry_one_shot_stat-has-incompl.patch \
                file://0024-test-json.c-define-M_PIl.patch \
                file://0001-do-not-disable-buffer-in-writing-files.patch \
                file://0002-src-login-brightness.c-include-sys-wait.h.patch \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-20 10:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 10:20 [OE-Core][PATCH 1/7] systemd: Move musl patches to SRC_URI_MUSL Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 2/7] systemd: Fix path to modules-load.d et al Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 3/7] nfs-utils: Drop StandardError=syslog from systemd unit Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 4/7] openssh: " Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 5/7] volatile-binds: Drop StandardOutput=syslog " Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 6/7] systemd: Upgrade v246 -> v246.1 Alex Kiernan
2020-08-20 10:20 ` [OE-Core][PATCH 7/7] systemd: Upgrade v246.1 -> v246.2 Alex Kiernan
2020-08-20 10:32 ` ✗ patchtest: failure for "systemd: Move musl patches to ..." and 6 more Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.