From: Alexander Kanavin Date: Fri, 30 Sep 2016 09:25:15 +0000 (+0300) Subject: systemd: do not depend on SGML stack X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=503759744b9fad894e26323b7586f92c59b224ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 a949fe8dbf7..9484ad08ebf 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"