gpe-bootsplash: Fix a bug where an uncompressed screendump was written to the rootfs...
authorMatthias Hentges <oe@hentges.net>
Fri, 24 Mar 2006 16:28:17 +0000 (16:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 24 Mar 2006 16:28:17 +0000 (16:28 +0000)
packages/gpe-bootsplash/files/speed.patch
packages/gpe-bootsplash/gpe-bootsplash_1.15.bb

index 32d0432..cc670d0 100644 (file)
@@ -38,7 +38,7 @@
 +              then                    
 +                      readlink /usr/share/gpe/$source_link > /etc/bootsplash.name
 +                      
-+                      cat /dev/fb0 > /etc/bootsplash.raw ; gzip /etc/bootsplash.raw
++                      cat /dev/fb0 | gzip >/etc/bootsplash.raw.gz
 +              else
 +                      echo -e "\nNOTE: gpe-bootsplash failed to start" >/dev/tty2
 +                      sleep 3
index ca48c60..761a050 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://splash-p.svg \
            file://splash-l.svg \