diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-25 14:55:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-26 10:53:54 +0000 |
commit | 4642ae91cee2978956a61cf15df7ea62e3eb1726 (patch) | |
tree | a8f7a3402fad22fd43f24143a03612ab608ac6a1 /meta/recipes-core/glib-2.0/glib.inc | |
parent | c44e51f281101c8933679f679e3d4a75a41bedf7 (diff) | |
download | openembedded-core-4642ae91cee2978956a61cf15df7ea62e3eb1726.tar.gz openembedded-core-4642ae91cee2978956a61cf15df7ea62e3eb1726.tar.bz2 openembedded-core-4642ae91cee2978956a61cf15df7ea62e3eb1726.zip |
glib: Drop dbus dependency, it isn't useful
dbus is only needed for some of the glib tests which we don't use. We can
therefore drop the dependency and gain some small parallelism gains.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index d553869f65..6eddf8f2a6 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ BUGTRACKER = "http://bugzilla.gnome.org" SECTION = "libs" -DEPENDS = "glib-2.0-native gtk-doc-native zip dbus" -DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" +DEPENDS = "glib-2.0-native gtk-doc-native zip" +DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native" DEPENDS_virtclass-nativesdk = "libtool-nativesdk" PACKAGES =+ "${PN}-utils " |