aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-bluetooth')
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth-0.37/dbus-service-name.patch0
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth_0.37.bb17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth-0.37/dbus-service-name.patch b/packages/gpe-bluetooth/gpe-bluetooth-0.37/dbus-service-name.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-bluetooth/gpe-bluetooth-0.37/dbus-service-name.patch
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.37.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.37.bb
index e69de29bb2..1ef0a4a390 100644
--- a/packages/gpe-bluetooth/gpe-bluetooth_0.37.bb
+++ b/packages/gpe-bluetooth/gpe-bluetooth_0.37.bb
@@ -0,0 +1,17 @@
+LICENSE = "GPL"
+inherit gpe
+
+DESCRIPTION = "GPE bluetooth support"
+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 = "r6"
+
+FILES_${PN} += '${datadir}/bluez-pin'
+
+SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1 \
+ file://icon-resize.patch;patch=1 \
+ file://hciattach-path.patch;patch=1 \
+ file://dbus-service-name.patch;patch=1"