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:53:03 +0000 |
commit | d8851ea5316bb9049cd622302f59de3089f2dbaf (patch) | |
tree | e3f35669b70e570878a0ecc4a9ec489ca34103d5 /meta | |
parent | 10b62641bd1d96ec5a199f2c923160493b3ff745 (diff) | |
download | poky-d8851ea5316bb9049cd622302f59de3089f2dbaf.tar.gz |
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.
(From OE-Core rev: c6606864472784c40f61e1ac5ebba26b2be362d5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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/ $ | |||
171 | 171 | ||
172 | RDEPENDS_${PN} += "dbus udev-systemd" | 172 | RDEPENDS_${PN} += "dbus udev-systemd" |
173 | 173 | ||
174 | # kbd -> loadkeys,setfont | ||
175 | # And pull in the kernel modules mentioned in INSTALL | ||
176 | # busybox mount is broken | ||
177 | RRECOMMENDS_${PN} += "systemd-serialgetty \ | 174 | RRECOMMENDS_${PN} += "systemd-serialgetty \ |
178 | util-linux-agetty \ | 175 | util-linux-agetty \ |
179 | util-linux-fsck e2fsprogs-e2fsck \ | 176 | util-linux-fsck e2fsprogs-e2fsck \ |
180 | util-linux-mount util-linux-umount \ | ||
181 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 177 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |
182 | " | 178 | " |
183 | 179 | ||