diff options
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch | 0 | ||||
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.37.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch b/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index eccf1e36ee..11ba322f39 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -6,7 +6,8 @@ RDEPENDS = "bluez-utils blueprobe" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r0" +PR = "r1" FILES_${PN} += '${datadir}/bluez-pin' +SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1" |