From: Ross Burton Date: Wed, 20 Feb 2013 20:04:51 +0000 (+0000) Subject: systemd: busybox's swapon now supports -p X-Git-Tag: yocto-4.0~33630 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=043969d963650048d9aba4da17a3b63e95463d64;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: busybox's swapon now supports -p Now that busybox's swapon supports -p, systemd doesn't need to depend on util-linux. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 31add79a037..2e637e0eefa 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 \