[OE-core] [meta-oe][PATCH 2/3] systemd: container remove rrecommend

Adrian Freihofer adrian.freihofer at gmail.com
Sun Apr 14 13:24:13 UTC 2019


nspawn, journal-upload, journal-remote and journal-gatewayd are
completely independent from each other. There is hardly any reason
why the user should install all three journal services when
installing nspawn. Especially since these services are network
clients or servers, they should not be installed automatically.

Signed-off-by: Adrian Freihofer <adrian.freihofer at gmail.com>
---
 meta/recipes-core/systemd/systemd_241.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index 8e493d5b55..688cc0608e 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -431,12 +431,6 @@ FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c
                          ${datadir}/polkit-1/actions/org.freedesktop.machine1.policy \
                         "
 
-RRECOMMENDS_${PN}-container += "\
-                         ${PN}-journal-upload \
-                         ${PN}-journal-remote \
-                         ${PN}-journal-gatewayd \
-                        "
-
 FILES_${PN}-extra-utils = "\
                         ${base_bindir}/systemd-escape \
                         ${base_bindir}/systemd-inhibit \
-- 
2.20.1



More information about the Openembedded-core mailing list