diff options
Diffstat (limited to 'packages/hotplug-dbus')
-rw-r--r-- | packages/hotplug-dbus/hotplug-dbus_0.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/hotplug-dbus/hotplug-dbus_0.9.bb b/packages/hotplug-dbus/hotplug-dbus_0.9.bb index e69de29bb2..3d22baa9b2 100644 --- a/packages/hotplug-dbus/hotplug-dbus_0.9.bb +++ b/packages/hotplug-dbus/hotplug-dbus_0.9.bb @@ -0,0 +1,9 @@ +PR = "r1" +SECTION = "base" +DESCRIPTION = "D-BUS glue for hotplug system" +DEPENDS = "dbus linux-hotplug" +MAINTAINER = "Phil Blundell <pb@debian.org>" +RDEPENDS = "linux-hotplug" +LICENSE = "GPL" + +inherit gpe |