From: Chris Larson Date: Fri, 18 Feb 2005 18:08:35 +0000 (+0000) Subject: Hotplug-dbus doesnt actually DEPENDS on hotplug, only RDEPENDS. X-Git-Tag: Release-2010-05/1~14934 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eba468ce6b0a5296225cd4443789a64e3ab11b1;p=openembedded.git Hotplug-dbus doesnt actually DEPENDS on hotplug, only RDEPENDS. BKrev: 42162f232X6jqY2HbgJXRxyGF1NdcA --- diff --git a/packages/hotplug-dbus/hotplug-dbus_0.9.bb b/packages/hotplug-dbus/hotplug-dbus_0.9.bb index a9e9421ad8..47abb12200 100644 --- a/packages/hotplug-dbus/hotplug-dbus_0.9.bb +++ b/packages/hotplug-dbus/hotplug-dbus_0.9.bb @@ -1,7 +1,8 @@ PR = "r1" SECTION = "base" DESCRIPTION = "D-BUS glue for hotplug system" -DEPENDS = "dbus hotplug" +# DEPENDS = "dbus hotplug" +DEPENDS = "dbus" MAINTAINER = "Phil Blundell " RDEPENDS = "hotplug" LICENSE = "GPL"