diff options
Diffstat (limited to 'dbus/dbus_0.20.oe')
-rw-r--r-- | dbus/dbus_0.20.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe index adff083dcc..afdc3dcd42 100644 --- a/dbus/dbus_0.20.oe +++ b/dbus/dbus_0.20.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" -DEPENDS = "virtual/libc expat glib-2.0" +DEPENDS = "expat glib-2.0" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" |