gpe-bootsplash: Remove error-message on first-boot
authorMatthias Hentges <oe@hentges.net>
Sun, 7 May 2006 12:03:54 +0000 (12:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 7 May 2006 12:03:54 +0000 (12:03 +0000)
packages/gpe-bootsplash/files/init.patch
packages/gpe-bootsplash/gpe-bootsplash_1.15.bb

index 8e2cf75..3eb0a6a 100644 (file)
@@ -27,7 +27,7 @@
 +      # as themes always update both of them
 +      echo "$ARGS" | grep -q -- "--force-landscape" && source_link="splash-l.svg" || source_link="splash-p.svg" 
 +
-+      # echo "[`cat /etc/bootsplash.name`] = [`readlink /usr/share/gpe/$source_link`]"
++      touch /etc/bootsplash.name
 +
 +      # bootsplash takes quite some time to load external images into an svg file.
 +      # We speed things up by dumping the content of fb0, and catting it back (which works instantly)
index 61dea1d..cd105fc 100644 (file)
@@ -5,7 +5,7 @@ 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 \