diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-30 12:25:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 503759744b9fad894e26323b7586f92c59b224ae (patch) | |
tree | f3be6ed8a1e73c5baa284bdc27f4ac9f7f8b74db /meta/recipes-core/systemd | |
parent | b66b153c8be752cd597469c0985f996bf7f797bf (diff) | |
download | openembedded-core-503759744b9fad894e26323b7586f92c59b224ae.tar.gz openembedded-core-503759744b9fad894e26323b7586f92c59b224ae.tar.bz2 openembedded-core-503759744b9fad894e26323b7586f92c59b224ae.zip |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_230.bb | 2 |
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" |