[oe-commits] Ross Burton : systemd: systemd uses libkmod instead of modprobe, remove dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Mar 1 13:12:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 7e73a8eddd93c86863e3ff886984526a2163ca56
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7e73a8eddd93c86863e3ff886984526a2163ca56

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Feb 20 14:04:41 2013 +0000

systemd: systemd uses libkmod instead of modprobe, remove dependencies

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 0c3ebc4..880fbcd 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 \
 "





More information about the Openembedded-commits mailing list