aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hotplug-dbus
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-02-18 18:08:35 +0000
committerChris Larson <clarson@kergoth.com>2005-02-18 18:08:35 +0000
commit8eba468ce6b0a5296225cd4443789a64e3ab11b1 (patch)
treeb4cb8f7b45bedf70196d432da09bb2c5c523dae3 /packages/hotplug-dbus
parent73968b5e623d8fa5d608fffc79e9fb112d57551c (diff)
downloadopenembedded-8eba468ce6b0a5296225cd4443789a64e3ab11b1.tar.gz
Hotplug-dbus doesnt actually DEPENDS on hotplug, only RDEPENDS.
BKrev: 42162f232X6jqY2HbgJXRxyGF1NdcA
Diffstat (limited to 'packages/hotplug-dbus')
-rw-r--r--packages/hotplug-dbus/hotplug-dbus_0.9.bb3
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"