From: Alexander Kanavin Date: Fri, 30 Sep 2016 09:25:15 +0000 (+0300) Subject: systemd: do not depend on SGML stack X-Git-Tag: uninative-1.5~1604 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=503759744b9fad894e26323b7586f92c59b224ae;p=openembedded-core.git systemd: do not depend on SGML stack I couldn't find any reference whatsoever to it in the source tree. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index a949fe8dbf..9484ad08eb 100644 --- a/meta/recipes-core/systemd/systemd_230.bb +++ b/meta/recipes-core/systemd/systemd_230.bb @@ -4,7 +4,7 @@ PROVIDES = "udev" PE = "1" -DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline libcap libcgroup qemu-native util-linux" +DEPENDS = "kmod intltool-native gperf-native acl readline libcap libcgroup qemu-native util-linux" SECTION = "base/shell"