summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-07 17:52:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-07 17:52:53 +0000
commit01307093a7a3978f49d4e34087ef5df5f93e5933 (patch)
tree5a91d9d6be6eafe80851bca3d6941d854721f686
parenta63567e43353da2c6d98dc6e73a47e9d627f5f78 (diff)
parentf80fa91909230cb2ce62661b3e7536be2bb4b820 (diff)
merge of d531cba8982784eb684baddbaad006324615e340
and eeb34f63bfdd65160ae264e87e5edafeea4623c6
-rw-r--r--packages/gpe-bootsplash/files/init.patch2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.15.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/files/init.patch b/packages/gpe-bootsplash/files/init.patch
index 8e2cf750d4..3eb0a6a46c 100644
--- a/packages/gpe-bootsplash/files/init.patch
+++ b/packages/gpe-bootsplash/files/init.patch
@@ -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)
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb
index 61dea1d847..cd105fc32b 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 <pb@handhelds.org>"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
SRC_URI += "file://splash-p.svg \
file://splash-l.svg \