diff options
author | Chris Larson <clarson@kergoth.com> | 2005-02-18 18:08:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-02-18 18:08:35 +0000 |
commit | 8eba468ce6b0a5296225cd4443789a64e3ab11b1 (patch) | |
tree | b4cb8f7b45bedf70196d432da09bb2c5c523dae3 /packages/hotplug-dbus/hotplug-dbus_0.9.bb | |
parent | 73968b5e623d8fa5d608fffc79e9fb112d57551c (diff) |
Hotplug-dbus doesnt actually DEPENDS on hotplug, only RDEPENDS.
BKrev: 42162f232X6jqY2HbgJXRxyGF1NdcA
Diffstat (limited to 'packages/hotplug-dbus/hotplug-dbus_0.9.bb')
-rw-r--r-- | packages/hotplug-dbus/hotplug-dbus_0.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 <pb@debian.org>" RDEPENDS = "hotplug" LICENSE = "GPL" |