All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 1/4] systemd: sort packages before pn
@ 2023-10-17  9:18 Jose Quaresma
  2023-10-17  9:18 ` [OE-core][PATCH 2/4] systemd: add systemd-crypt package Jose Quaresma
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jose Quaresma @ 2023-10-17  9:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jose Quaresma

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta/recipes-core/systemd/systemd_254.4.bb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb
index 77724eb822..d24bf0cb06 100644
--- a/meta/recipes-core/systemd/systemd_254.4.bb
+++ b/meta/recipes-core/systemd/systemd_254.4.bb
@@ -384,20 +384,20 @@ python populate_packages:prepend (){
 PACKAGES_DYNAMIC += "^lib(udev|systemd|nss).*"
 
 PACKAGE_BEFORE_PN = "\
-    ${PN}-gui \
-    ${PN}-vconsole-setup \
-    ${PN}-initramfs \
     ${PN}-analyze \
-    ${PN}-kernel-install \
-    ${PN}-rpm-macros \
     ${PN}-binfmt \
-    ${PN}-zsh-completion \
     ${PN}-container \
+    ${PN}-extra-utils \
+    ${PN}-gui \
+    ${PN}-initramfs \
     ${PN}-journal-gatewayd \
     ${PN}-journal-upload \
     ${PN}-journal-remote \
-    ${PN}-extra-utils \
+    ${PN}-kernel-install \
+    ${PN}-rpm-macros \
     ${PN}-udev-rules \
+    ${PN}-vconsole-setup \
+    ${PN}-zsh-completion \
     libsystemd-shared \
     udev \
     udev-hwdb \
-- 
2.42.0



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

end of thread, other threads:[~2023-10-18 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17  9:18 [OE-core][PATCH 1/4] systemd: sort packages before pn Jose Quaresma
2023-10-17  9:18 ` [OE-core][PATCH 2/4] systemd: add systemd-crypt package Jose Quaresma
2023-10-18 10:36   ` Erik Schilling
2023-10-18 11:30     ` Jose Quaresma
2023-10-18 10:39   ` Erik Schilling
2023-10-17  9:18 ` [OE-core][PATCH 3/4] systemd: add cryptsetup-plugins package config Jose Quaresma
2023-10-17  9:19 ` [OE-core][PATCH 4/4] systemd: add p11kit " Jose Quaresma

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.