diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-20 14:04:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 12:52:54 +0000 |
commit | 7e73a8eddd93c86863e3ff886984526a2163ca56 (patch) | |
tree | 65c6e0bf8effa9c87c473c4724b4a1b392e77e0c | |
parent | 41aad841e93daaf5d174b14b2fec60b786ead4b3 (diff) | |
download | openembedded-core-contrib-7e73a8eddd93c86863e3ff886984526a2163ca56.tar.gz |
systemd: systemd uses libkmod instead of modprobe, remove dependencies
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 0c3ebc49b2f..880fbcdd67f 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 \ " |