diff options
Diffstat (limited to 'gpe-bluetooth/gpe-bluetooth_0.37.oe')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.37.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index 4ecc400b03..624d27082d 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -2,12 +2,12 @@ LICENSE = "GPL" inherit gpe DESCRIPTION = "GPE bluetooth support" -DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe bluez-utils" -RDEPENDS = "bluez-utils blueprobe" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe bluez-utils-dbus" +RDEPENDS = "bluez-utils-dbus blueprobe" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r3" +PR = "r4" FILES_${PN} += '${datadir}/bluez-pin' |