aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-09-30 12:25:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-28 16:15:19 +0100
commitd95ef2a0aa3116783cd01a905b46fc4920ebae9f (patch)
tree2b9bba0722332bd2344fade2981597c4ee2bcd15
parent839b7a54043e6de1e1a89c4f625296c856e19da5 (diff)
downloadopenembedded-core-contrib-d95ef2a0aa3116783cd01a905b46fc4920ebae9f.tar.gz
systemd: do not depend on SGML stack
I couldn't find any reference whatsoever to it in the source tree. (From OE-Core rev: 503759744b9fad894e26323b7586f92c59b224ae) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_230.bb2
1 files changed, 1 insertions, 1 deletions
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"