git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73968b5
)
Hotplug-dbus doesnt actually DEPENDS on hotplug, only RDEPENDS.
author
Chris Larson
<clarson@kergoth.com>
Fri, 18 Feb 2005 18:08:35 +0000
(18:08 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 18 Feb 2005 18:08:35 +0000
(18:08 +0000)
BKrev: 42162f232X6jqY2HbgJXRxyGF1NdcA
packages/hotplug-dbus/hotplug-dbus_0.9.bb
patch
|
blob
|
history
diff --git
a/packages/hotplug-dbus/hotplug-dbus_0.9.bb
b/packages/hotplug-dbus/hotplug-dbus_0.9.bb
index
a9e9421
..
47abb12
100644
(file)
--- 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"