From: Jose Quaresma Date: Wed, 18 Oct 2023 11:32:52 +0000 (+0100) Subject: systemd: sort packages before pn X-Git-Tag: yocto-5.2~4814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0618a99b24ea0bd8856d2e44dfb7301de8b11e5d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: sort packages before pn Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 77724eb822f..d24bf0cb067 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 \