aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bootsplash
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2005-11-02 14:13:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-02 14:13:34 +0000
commit8c7952936c8c38ca2ca6d25fa0a521b9df934479 (patch)
treec46f876a1ba4669cdbed0d5123c97bd4ea9f5e8e /packages/gpe-bootsplash
parentb0776fee2075bd881a830431e92b3f5e1f7e6359 (diff)
downloadopenembedded-8c7952936c8c38ca2ca6d25fa0a521b9df934479.tar.gz
gpe-bootsplash: Correct rotation for Cxx0 Zaurus models and bump revision
of 1.14
Diffstat (limited to 'packages/gpe-bootsplash')
-rw-r--r--packages/gpe-bootsplash/files/cxx0-rotation.patch12
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.14.bb3
2 files changed, 14 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/files/cxx0-rotation.patch b/packages/gpe-bootsplash/files/cxx0-rotation.patch
new file mode 100644
index 0000000000..c3fb72704b
--- /dev/null
+++ b/packages/gpe-bootsplash/files/cxx0-rotation.patch
@@ -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
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
index 8a8c1e2b8d..7d67d5eb59 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
@@ -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"