From 988d40d76e8be25a36d544fb75a3e33fb5664988 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 11 Aug 2014 18:26:41 +0200 Subject: [PATCH] systemd: add missing curl dependency Signed-off-by: Koen Kooi --- recipes-tweaks/systemd/systemd_215.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tweaks/systemd/systemd_215.bb b/recipes-tweaks/systemd/systemd_215.bb index 7f107d4..372797b 100644 --- a/recipes-tweaks/systemd/systemd_215.bb +++ b/recipes-tweaks/systemd/systemd_215.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 = "curl kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" SECTION = "base/shell"