diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 13:37:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 13:37:15 +0000 |
commit | 6702c43f87139bb64ba155794162e09342ebc9c9 (patch) | |
tree | 114edae48a46a717b95ef2693dbb21f6e8574c2f /meta/recipes-core | |
parent | e40c2cabaa264d81246fc4be80c6ee63cfaf62a7 (diff) | |
download | poky-6702c43f87139bb64ba155794162e09342ebc9c9.tar.gz |
dbus: Drop now unneeded DEPENDS on glib-2.0
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 402cf13442..beb2072c2a 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LICENSE = "AFL2.1 | GPLv2+" | 5 | LICENSE = "AFL2.1 | GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ |
7 | file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" | 7 | file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" |
8 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" | 8 | DEPENDS = "expat virtual/libintl virtual/libx11 libsm" |
9 | 9 | ||
10 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 10 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
11 | file://tmpdir.patch; \ | 11 | file://tmpdir.patch; \ |