From 7e73a8eddd93c86863e3ff886984526a2163ca56 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Feb 2013 14:04:41 +0000 Subject: systemd: systemd uses libkmod instead of modprobe, remove dependencies Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-core/systemd/systemd_197.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-core/systemd') diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 0c3ebc49b2..880fbcdd67 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -174,8 +174,6 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ $ RDEPENDS_${PN} += "dbus udev-systemd" # kbd -> loadkeys,setfont -# systemd calls 'modprobe -sab --', which busybox doesn't support due to lack -# of blacklist support, so use proper modprobe from module-init-tools # And pull in the kernel modules mentioned in INSTALL # swapon -p is also not supported by busybox # busybox mount is broken @@ -183,7 +181,6 @@ RRECOMMENDS_${PN} += "systemd-serialgetty \ util-linux-agetty \ util-linux-swaponoff \ util-linux-fsck e2fsprogs-e2fsck \ - module-init-tools \ util-linux-mount util-linux-umount \ kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ " -- cgit 1.2.3-korg