From 636c048b9d49b0f0bf083add688b4de80f3e37cd Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Mon, 1 Mar 2021 11:53:23 -0500 Subject: systemd-container: sort RRECOMMENDS alphabetically Sort packages in RRECOMMENDS_${PN}-container alphabetically to avoid subjective sorting and ease future additions. Signed-off-by: Vivien Didelot Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_247.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/systemd/systemd_247.3.bb b/meta/recipes-core/systemd/systemd_247.3.bb index c0073ad7b0..1aac754cfc 100644 --- a/meta/recipes-core/systemd/systemd_247.3.bb +++ b/meta/recipes-core/systemd/systemd_247.3.bb @@ -485,9 +485,9 @@ FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c " RRECOMMENDS_${PN}-container += "\ - ${PN}-journal-upload \ - ${PN}-journal-remote \ ${PN}-journal-gatewayd \ + ${PN}-journal-remote \ + ${PN}-journal-upload \ " FILES_${PN}-extra-utils = "\ -- cgit 1.2.3-korg