From patchwork Mon Mar 11 18:24:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/12] systemd: remove util-linux-mount dependency Date: Mon, 11 Mar 2013 18:24:52 -0000 From: Ross Burton X-Patchwork-Id: 45957 Message-Id: <07e5c2e8a53104772e037ed1e10fcc34eaaaf496.1363025917.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org There's been a lot of action in busybox to fix mount's behaviour for systemd, so remove the dependency on util-linux. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 2e637e0..5473666 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -171,13 +171,9 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ $ RDEPENDS_${PN} += "dbus udev-systemd" -# kbd -> loadkeys,setfont -# And pull in the kernel modules mentioned in INSTALL -# busybox mount is broken RRECOMMENDS_${PN} += "systemd-serialgetty \ util-linux-agetty \ util-linux-fsck e2fsprogs-e2fsck \ - util-linux-mount util-linux-umount \ kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ "