gpe-bootsplash: Correct rotation for Cxx0 Zaurus models and bump revision
authorJonathan McDowell <noodles@earth.li>
Wed, 2 Nov 2005 14:13:34 +0000 (14:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 2 Nov 2005 14:13:34 +0000 (14:13 +0000)
of 1.14

packages/gpe-bootsplash/files/cxx0-rotation.patch [new file with mode: 0644]
packages/gpe-bootsplash/gpe-bootsplash_1.14.bb

diff --git a/packages/gpe-bootsplash/files/cxx0-rotation.patch b/packages/gpe-bootsplash/files/cxx0-rotation.patch
new file mode 100644 (file)
index 0000000..c3fb727
--- /dev/null
@@ -0,0 +1,12 @@
+--- gpe-bootsplash-1.14/gpe-bootsplash.init.orig       2005-11-02 13:43:54.103787750 +0000
++++ gpe-bootsplash-1.14/gpe-bootsplash.init    2005-11-02 13:48:43.489873250 +0000
+@@ -24,6 +24,9 @@
+                                       ARGS="--force-landscape" ;;
+                       esac
+                       ;;
++              "SHARP SPITZ" | "SHARP AKITA" | "SHARP BORZOI" )
++                      ARGS="--force-landscape --flip"
++                      ;;
+               "HP IPAQ H5400" | "HP IPAQ H2200" )
+                       ;;
+       esac
index 8a8c1e2..7d67d5e 100644 (file)
@@ -5,10 +5,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://splash-p.svg file://splash-l.svg \
             file://c7x0-rotation.patch;patch=1 \
+            file://cxx0-rotation.patch;patch=1 \
                        file://cairofix.patch;patch=1"
 SRC_URI_append_mnci = " file://mnci.patch;patch=1"