From 9d9f55a8cb0fde44f86095e0733d62bc26922290 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 30 Jan 2015 17:09:49 +0100 Subject: [PATCH] systemd: remove util-linux from DEPENDS to avoid dependency loop Signed-off-by: Koen Kooi --- recipes-tweaks/systemd/systemd_216.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tweaks/systemd/systemd_216.bb b/recipes-tweaks/systemd/systemd_216.bb index 54284bc..f42831f 100644 --- a/recipes-tweaks/systemd/systemd_216.bb +++ b/recipes-tweaks/systemd/systemd_216.bb @@ -10,7 +10,7 @@ PROVIDES = "udev" PE = "1" -DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" +DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" SECTION = "base/shell"