diff options
Diffstat (limited to 'recipes/hotplug-dbus')
-rw-r--r-- | recipes/hotplug-dbus/hotplug-dbus_0.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/hotplug-dbus/hotplug-dbus_0.9.bb b/recipes/hotplug-dbus/hotplug-dbus_0.9.bb new file mode 100644 index 0000000000..60cb39cd51 --- /dev/null +++ b/recipes/hotplug-dbus/hotplug-dbus_0.9.bb @@ -0,0 +1,9 @@ +PR = "r1" +SECTION = "base" +DESCRIPTION = "D-BUS glue for hotplug system" +# DEPENDS = "dbus hotplug" +DEPENDS = "dbus" +RDEPENDS = "hotplug" +LICENSE = "GPL" + +inherit gpe |