Fix xtscal for spitz (probably also needs to eb done for akita)
authorJustin Patrin <papercrane@gmail.com>
Wed, 10 Aug 2005 18:42:03 +0000 (18:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 Aug 2005 18:42:03 +0000 (18:42 +0000)
packages/xtscal/xtscal/xtscal-spitz.patch [new file with mode: 0644]
packages/xtscal/xtscal_0.6.3.bb

diff --git a/packages/xtscal/xtscal/xtscal-spitz.patch b/packages/xtscal/xtscal/xtscal-spitz.patch
new file mode 100644 (file)
index 0000000..8a5149f
--- /dev/null
@@ -0,0 +1,11 @@
+--- xtscal-0.6.3/xtscal.in~    2004-09-10 12:10:36.000000000 -0700
++++ xtscal-0.6.3/xtscal.in     2005-08-04 09:26:46.000000000 -0700
+@@ -8,7 +8,7 @@
+ case `module_id` in
+       "HP IPAQ H3100" | "HP IPAQ H3800" )
+               ARGS="-rotate 90" ;;
+-      "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE)
++      "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE | *SPITZ)
+               ARGS="-rotate 270" ;;
+       # H2200: works without rotation
+ esac
index f745ed8..c4e453b 100644 (file)
@@ -5,8 +5,9 @@ SECTION = "x11/base"
 
 DEPENDS = "x11 libxft libxrandr xcalibrate"
 
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
+SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
+           file://xtscal-spitz.patch;patch=1"
 
 inherit autotools