diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 14:15:33 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 14:15:33 +0000 |
commit | 86b0cfd3ac845f7c020503edfc7acda870998f04 (patch) | |
tree | d09c39c706e124ccbf46767a4b8bb839ee7d6f23 | |
parent | 0bec17a71b17f3e383944c5eb0f73d20633191b5 (diff) |
apply hciattach-path.patch to gpe-bluetooth
BKrev: 41a34605hJEzre6Q64yH7KpUzyWcZg
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch | 0 | ||||
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.37.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch b/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index 624d27082d..074b31ae46 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -7,9 +7,10 @@ RDEPENDS = "bluez-utils-dbus blueprobe" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r4" +PR = "r5" FILES_${PN} += '${datadir}/bluez-pin' SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1 \ - file://icon-resize.patch;patch=1" + file://icon-resize.patch;patch=1 \ + file://hciattach-path.patch;patch=1" |