summaryrefslogtreecommitdiffstats
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-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 e47b5e652..40a670aac 100644
--- a/recipes-core/dbus/dbus.inc
+++ b/recipes-core/dbus/dbus.inc
@@ -4,9 +4,9 @@ SECTION = "base"
4LICENSE = "AFL2.1 | GPLv2+" 4LICENSE = "AFL2.1 | GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
6 file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" 6 file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
7DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" 7DEPENDS = "expat virtual/libintl libsm libice virtual/libx11"
8 8
9INC_PR = "r19" 9INC_PR = "r20"
10 10
11SRC_URI = "\ 11SRC_URI = "\
12 http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \ 12 http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \