Now that busybox's swapon supports -p, systemd doesn't need to depend on util-linux.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-core/systemd/systemd_197.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 31add79..2e637e0 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -173,11 +173,9 @@ RDEPENDS_${PN} += "dbus udev-systemd" # kbd -> loadkeys,setfont # And pull in the kernel modules mentioned in INSTALL -# swapon -p is also not supported by busybox # busybox mount is broken RRECOMMENDS_${PN} += "systemd-serialgetty \ util-linux-agetty \ - util-linux-swaponoff \ util-linux-fsck e2fsprogs-e2fsck \ util-linux-mount util-linux-umount \ kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
