aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libopie/libopie2_1.2.4.bb
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2009-05-28 00:17:01 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2009-05-28 00:17:01 +0100
commitac97bd863e5c69efc12044237b4b0ca411890097 (patch)
tree473f07035c7e5602e62e802be9dc024f7011549b /recipes/libopie/libopie2_1.2.4.bb
parent0e8d0a39dfd278718dea7b3218a89f63e7b6a8ca (diff)
downloadopenembedded-ac97bd863e5c69efc12044237b4b0ca411890097.tar.gz
libopie2/qte: fix bad cursor key rotation on some devices
* Should fix bad cursor key rotation with respect to the screen on some devices and hopefully won't affect devices that were OK. * All responsibility for rotating the cursor keys now lies with ODevice (libopie2). Any further fixes need to be applied there. * Refer to OE bug #3678 for more information.
Diffstat (limited to 'recipes/libopie/libopie2_1.2.4.bb')
-rw-r--r--recipes/libopie/libopie2_1.2.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/libopie/libopie2_1.2.4.bb b/recipes/libopie/libopie2_1.2.4.bb
index 0634ad7d22..d66cf3fea5 100644
--- a/recipes/libopie/libopie2_1.2.4.bb
+++ b/recipes/libopie/libopie2_1.2.4.bb
@@ -1,10 +1,11 @@
require ${PN}.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libopie2 \
file://include.pro \
file://libopie2-tosa.patch;patch=1 \
- file://c7x0_w100_disable.patch;patch=1"
+ file://c7x0_w100_disable.patch;patch=1 \
+ file://rotate_fix.patch;patch=1"
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"