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:55 +0100 |
commit | 038ae3ffd59804182fd1a2f2b952ad35e9b71b20 (patch) | |
tree | 1b4dceca4cbc6962a4621a4c136d0ac397d6a232 /meta | |
parent | 0516cd20604c9abec2cd13dac9e8876f985963dd (diff) | |
download | poky-038ae3ffd59804182fd1a2f2b952ad35e9b71b20.tar.gz |
systemd: remove glib-2.0 build dependency
This dependency isn't required now that systemd doesn't include gudev, so remove
it.
[ YOCTO #8398 ]
(From OE-Core rev: 5e124c2ad5d961cdab954ab054f9ae7718ab1b55)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
18 | 18 | ||
19 | PE = "1" | 19 | PE = "1" |
20 | 20 | ||
21 | DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" | 21 | DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup qemu-native util-linux" |
22 | 22 | ||
23 | SECTION = "base/shell" | 23 | SECTION = "base/shell" |
24 | 24 | ||