[oe-commits] [openembedded-core] 38/73: systemd: do not depend on SGML stack

git at git.openembedded.org git at git.openembedded.org
Fri Oct 28 10:29:02 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 503759744b9fad894e26323b7586f92c59b224ae
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Sep 30 12:25:15 2016 +0300

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd_230.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb
index a949fe8..9484ad0 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list