[oe-commits] [openembedded-core] 10/20: systemd-serialgetty: remove systemd from RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:25:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 060088f256f8134ad68a7b5e493ddfa78a0382ea
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Sep 5 16:08:00 2017 +0800

    systemd-serialgetty: remove systemd from RDEPENDS
    
    By setting systemd-serialgetty to rdepend on systemd, we are making
    configuration files have runtime dependency on the main utility that
    uses those configuration files. Applied with the same logic, we should
    make any package that provides service files under /etc/init.d/ to have
    runtime dependency on sysvinit. And this is not right.
    
    So we should remove systemd from RDEPENDS of systemd-serialgetty.
    
    Besides, as we have changed systemd to have systemd-serialgetty in its
    RDEPENDS by default, we should avoid circular dependency issue.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 60891e4..74b5986 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -39,8 +39,6 @@ do_install() {
 	fi
 }
 
-RDEPENDS_${PN} = "systemd"
-
 # This is a machine specific file
 FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
 PACKAGE_ARCH = "${MACHINE_ARCH}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list