mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
systemd: sort packages before pn
(From OE-Core rev: 0618a99b24ea0bd8856d2e44dfb7301de8b11e5d) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6f18993c84
commit
23a748a766
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user