summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-25 14:55:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 10:56:44 +0000
commite17c709b430c783229bc804310e3d34b84a5f798 (patch)
tree5b7890c72e4dfe7bd47337f35a4b979147cb7c81 /meta/recipes-core/glib-2.0/glib.inc
parenta54932dc373ec130f7a166d144f4d5744ec52097 (diff)
downloadpoky-e17c709b430c783229bc804310e3d34b84a5f798.tar.gz
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. (From OE-Core rev: 4642ae91cee2978956a61cf15df7ea62e3eb1726) 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.inc4
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 \
13BUGTRACKER = "http://bugzilla.gnome.org" 13BUGTRACKER = "http://bugzilla.gnome.org"
14SECTION = "libs" 14SECTION = "libs"
15 15
16DEPENDS = "glib-2.0-native gtk-doc-native zip dbus" 16DEPENDS = "glib-2.0-native gtk-doc-native zip"
17DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" 17DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native"
18DEPENDS_virtclass-nativesdk = "libtool-nativesdk" 18DEPENDS_virtclass-nativesdk = "libtool-nativesdk"
19PACKAGES =+ "${PN}-utils " 19PACKAGES =+ "${PN}-utils "
20 20