From 90fffaa45e80badf0314d82e921ad98fc5d77da6 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Fri, 24 Mar 2006 16:28:17 +0000 Subject: gpe-bootsplash: Fix a bug where an uncompressed screendump was written to the rootfs. This causes space issues on devices with large screens and low rootfs space. --- packages/gpe-bootsplash/files/speed.patch | 2 +- packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/gpe-bootsplash') diff --git a/packages/gpe-bootsplash/files/speed.patch b/packages/gpe-bootsplash/files/speed.patch index 32d0432a87..cc670d00e4 100644 --- a/packages/gpe-bootsplash/files/speed.patch +++ b/packages/gpe-bootsplash/files/speed.patch @@ -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 diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index ca48c6086b..761a0500c7 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -5,7 +5,7 @@ MAINTAINER = "Phil Blundell " SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r3" +PR = "r4" SRC_URI += "file://splash-p.svg \ file://splash-l.svg \ -- cgit v1.2.3