From: Ross Burton Date: Thu, 1 Oct 2015 16:30:27 +0000 (+0100) Subject: systemd: remove glib-2.0 build dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e124c2ad5d961cdab954ab054f9ae7718ab1b55;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: remove glib-2.0 build dependency This dependency isn't required now that systemd doesn't include gudev, so remove it. [ YOCTO #8398 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 30eb6cc3e7a..c2dad587548 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb @@ -18,7 +18,7 @@ PROVIDES = "udev" PE = "1" -DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" +DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup qemu-native util-linux" SECTION = "base/shell"