]> code.ossystems Code Review - openembedded-core.git/commit
systemd-serialgetty: remove systemd from RDEPENDS
authorChen Qi <Qi.Chen@windriver.com>
Tue, 5 Sep 2017 08:08:00 +0000 (16:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Sep 2017 08:24:00 +0000 (09:24 +0100)
commit060088f256f8134ad68a7b5e493ddfa78a0382ea
treebb8ad4da5c2ad2627a0edee0b4c01bcad74a15d5
parent39e78c7615cdaaa8ad61a67d5c5bf7ff877167df
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-serialgetty.bb