diff options
| author | Vivien Didelot <vdidelot@pbsc.com> | 2021-03-01 11:53:23 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:03 +0000 |
| commit | 530babd3f8465dcd67fa443245e253281d1b4163 (patch) | |
| tree | f5747fde81a724624b8a159ebcbd4360a7a0d2f1 /meta/recipes-core | |
| parent | 001003eaaddb48e6942ef16deaf3ada6b578e714 (diff) | |
| download | poky-530babd3f8465dcd67fa443245e253281d1b4163.tar.gz | |
systemd-container: sort RRECOMMENDS alphabetically
Sort packages in RRECOMMENDS_${PN}-container alphabetically to avoid
subjective sorting and ease future additions.
(From OE-Core rev: 636c048b9d49b0f0bf083add688b4de80f3e37cd)
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/systemd/systemd_247.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 485 | " | 485 | " |
| 486 | 486 | ||
| 487 | RRECOMMENDS_${PN}-container += "\ | 487 | RRECOMMENDS_${PN}-container += "\ |
| 488 | ${PN}-journal-upload \ | ||
| 489 | ${PN}-journal-remote \ | ||
| 490 | ${PN}-journal-gatewayd \ | 488 | ${PN}-journal-gatewayd \ |
| 489 | ${PN}-journal-remote \ | ||
| 490 | ${PN}-journal-upload \ | ||
| 491 | " | 491 | " |
| 492 | 492 | ||
| 493 | FILES_${PN}-extra-utils = "\ | 493 | FILES_${PN}-extra-utils = "\ |
