diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-16 20:23:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-16 20:23:39 +0000 |
commit | b7c6b0eb9c291135cc18186ad08cd8648bb91007 (patch) | |
tree | de8b3b5372774c03d33f688e06e49d7f55a90af7 | |
parent | c1e43c69c42d9d7f650a02aff5b975f8c7ad2b21 (diff) |
add hotplug to {R}DEPENDS
BKrev: 4171834btVABBYZvTYKOTOUuKUSpDw
-rw-r--r-- | hotplug-dbus/hotplug-dbus_0.6.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hotplug-dbus/hotplug-dbus_0.6.oe b/hotplug-dbus/hotplug-dbus_0.6.oe index 586d5ddee8..2139bfc23d 100644 --- a/hotplug-dbus/hotplug-dbus_0.6.oe +++ b/hotplug-dbus/hotplug-dbus_0.6.oe @@ -1,7 +1,8 @@ +PR = "r1" SECTION = "base" DESCRIPTION = "D-BUS glue for hotplug system" -DEPENDS = "dbus" +DEPENDS = "dbus hotplug" MAINTAINER = "Phil Blundell <pb@debian.org>" +RDEPENDS = "hotplug" -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" inherit gpe |