diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-14 19:55:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-14 19:55:50 +0000 |
commit | 9fc4775eabb1fde39a74537cfa25fb5f83fdcaaf (patch) | |
tree | abfa391fb88b803914a983df974ab36b2f40a069 /gpe-bluetooth/gpe-bluetooth_0.37.oe | |
parent | c70e41db633d93437d62e84646f165f64fc94523 (diff) |
change gpe-bluetooth {R}DEPENDS from bluez-utils to bluez-utils-dbus
BKrev: 4197b8469ceLlcUFSfvYAfhbJfydJw
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' |