diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-01 17:30:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 17:54:10 +0100 |
commit | 5e124c2ad5d961cdab954ab054f9ae7718ab1b55 (patch) | |
tree | c1e64b239af704b90e1b3b528cb295db6a209162 /meta/recipes-core | |
parent | e28bc10f3eacba1c77165b9dd0a7c1826b1cc47c (diff) | |
download | openembedded-core-5e124c2ad5d961cdab954ab054f9ae7718ab1b55.tar.gz openembedded-core-5e124c2ad5d961cdab954ab054f9ae7718ab1b55.tar.bz2 openembedded-core-5e124c2ad5d961cdab954ab054f9ae7718ab1b55.zip |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_225.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 30eb6cc3e7..c2dad58754 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" |