diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-20 20:04:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:03 +0000 |
commit | 10b62641bd1d96ec5a199f2c923160493b3ff745 (patch) | |
tree | 2cfc494c4af8477a4df4a1a4cebfc02a4276373c | |
parent | 03e13d8d6de5c9a036c7efa3eceeea80bb934a0e (diff) | |
download | poky-10b62641bd1d96ec5a199f2c923160493b3ff745.tar.gz |
systemd: busybox's swapon now supports -p
Now that busybox's swapon supports -p, systemd doesn't need to depend on
util-linux.
(From OE-Core rev: 043969d963650048d9aba4da17a3b63e95463d64)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 31add79a03..2e637e0eef 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" | |||
173 | 173 | ||
174 | # kbd -> loadkeys,setfont | 174 | # kbd -> loadkeys,setfont |
175 | # And pull in the kernel modules mentioned in INSTALL | 175 | # And pull in the kernel modules mentioned in INSTALL |
176 | # swapon -p is also not supported by busybox | ||
177 | # busybox mount is broken | 176 | # busybox mount is broken |
178 | RRECOMMENDS_${PN} += "systemd-serialgetty \ | 177 | RRECOMMENDS_${PN} += "systemd-serialgetty \ |
179 | util-linux-agetty \ | 178 | util-linux-agetty \ |
180 | util-linux-swaponoff \ | ||
181 | util-linux-fsck e2fsprogs-e2fsck \ | 179 | util-linux-fsck e2fsprogs-e2fsck \ |
182 | util-linux-mount util-linux-umount \ | 180 | util-linux-mount util-linux-umount \ |
183 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 181 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |