diff options
-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 |