diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-21 16:45:41 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-21 16:45:41 +0100 |
commit | e8831fc8b3880d3da7f653e9e836853a897a8691 (patch) | |
tree | 769b9c3bedc68523ec22deba016696ca9d92e489 | |
parent | 4b7e5b78babedca0124c1bb28a2c0a1398247cd4 (diff) | |
download | meta-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.inc | 4 |
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" | |||
4 | LICENSE = "AFL2.1 | GPLv2+" | 4 | LICENSE = "AFL2.1 | GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | 5 | LIC_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" |
7 | DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" | 7 | DEPENDS = "expat virtual/libintl libsm libice virtual/libx11" |
8 | 8 | ||
9 | INC_PR = "r19" | 9 | INC_PR = "r20" |
10 | 10 | ||
11 | SRC_URI = "\ | 11 | SRC_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 \ |