aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-21 16:45:41 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-21 16:45:41 +0100
commite8831fc8b3880d3da7f653e9e836853a897a8691 (patch)
tree769b9c3bedc68523ec22deba016696ca9d92e489
parent4b7e5b78babedca0124c1bb28a2c0a1398247cd4 (diff)
downloadmeta-openembedded-contrib-e8831fc8b3880d3da7f653e9e836853a897a8691.tar.gz
dbus: Drop now unneeded DEPENDS on glib-2.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-core/dbus/dbus.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/dbus/dbus.inc b/recipes-core/dbus/dbus.inc
index e47b5e6525..40a670aac4 100644
--- a/recipes-core/dbus/dbus.inc
+++ b/recipes-core/dbus/dbus.inc
@@ -4,9 +4,9 @@ SECTION = "base"
LICENSE = "AFL2.1 | GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
-DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11"
+DEPENDS = "expat virtual/libintl libsm libice virtual/libx11"
-INC_PR = "r19"
+INC_PR = "r20"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \