diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-19 19:58:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-19 19:58:05 +0000 |
commit | 6dd557e0e7746177f58b9df885ef4aa6e7c47135 (patch) | |
tree | 18fa8d97b11bcbe8aaa6c3cbde02e8e895dd44ce /gpe-bluetooth | |
parent | 1b516f906e7d791e856811ab1bc5fd2ecb330ecb (diff) |
add icon-resize.patch
BKrev: 417571cdlY4q_Jrwk2KZNzFYT8wHwQ
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth-0.37/icon-resize.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/icon-resize.patch b/gpe-bluetooth/gpe-bluetooth-0.37/icon-resize.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-bluetooth/gpe-bluetooth-0.37/icon-resize.patch diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index dff50c5278..240408580d 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -6,8 +6,9 @@ RDEPENDS = "bluez-utils blueprobe" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r1" +PR = "r2" FILES_${PN} += '${datadir}/bluez-pin' -SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1" +SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1 \ + file://icon-resize.patch;patch=1" |