libopie/qte: fix cursor key rotation on spitz. Closes 3678.
authorPaul Eggleton <bluelightning@bluelightning.org>
Thu, 15 May 2008 12:35:07 +0000 (12:35 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 May 2008 12:35:07 +0000 (12:35 +0000)
* commit from Laibsch

packages/libopie/libopie2_1.2.3.bb
packages/qte/qte-common_2.3.10.inc
packages/qte/qte-mt_2.3.10.bb

index 1ecc983..dc378d0 100644 (file)
@@ -1,10 +1,11 @@
 require ${PN}.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libopie2 \
            file://include.pro \
-          file://gcc-syntax-fix.patch;patch=1 \
-          file://h4000_and_default_rot.patch;patch=1"
+           file://gcc-syntax-fix.patch;patch=1 \
+           file://h4000_and_default_rot.patch;patch=1 \
+           file://remove_h2200_rotate_fix.patch;patch=1"
 
 SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"
index 9b69b00..6f0b134 100644 (file)
@@ -47,6 +47,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m
           file://kernel-keymap-corgi.patch;patch=1 \
           file://kernel-asm-page.patch;patch=1 \
           file://remove-unused-kbdhandler.patch;patch=1 \
+          file://disable-dup-rotation.patch;patch=1 \
           file://sharp_char.h \
           file://switches.h "
 
index d9c3de1..9e3ee5c 100644 (file)
@@ -1,5 +1,5 @@
 require qte-common_${PV}.inc
-PR = "r25"
+PR = "r26"
 
 EXTRA_OECONF += "-thread"