diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-20 20:24:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:52:53 +0000 |
commit | c6606864472784c40f61e1ac5ebba26b2be362d5 (patch) | |
tree | 1813a8eab60b1941bb500a97827fb56e1748b2d0 /meta/recipes-core/systemd/systemd_197.bb | |
parent | 043969d963650048d9aba4da17a3b63e95463d64 (diff) | |
download | openembedded-core-c6606864472784c40f61e1ac5ebba26b2be362d5.tar.gz openembedded-core-c6606864472784c40f61e1ac5ebba26b2be362d5.tar.bz2 openembedded-core-c6606864472784c40f61e1ac5ebba26b2be362d5.zip |
systemd: remove util-linux-mount dependency
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 <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_197.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 2e637e0eef..5473666781 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 \ " |