aboutsummaryrefslogtreecommitdiffstats
path: root/packages/psplash
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-23 18:01:33 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-23 18:01:33 +0000
commitac68d5d71a59efe631087a9b576c95d2722822e7 (patch)
tree56515ab99ae212dec5cb59f71581956a6d365d7e /packages/psplash
parent1a870be8951d1763ea287a0fd0ae61907f349bda (diff)
downloadopenembedded-ac68d5d71a59efe631087a9b576c95d2722822e7.tar.gz
psplash svn: Move startup to S 01, freeing S 00 for something doing fbdev init.
* Like just added fbset-init.
Diffstat (limited to 'packages/psplash')
-rw-r--r--packages/psplash/psplash_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb
index 17b459a15f..7e19ce3cbb 100644
--- a/packages/psplash/psplash_svn.bb
+++ b/packages/psplash/psplash_svn.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://projects.o-hand.com/psplash"
SECTION = "base"
LICENSE = "GPL"
PV = "0.0+svnr${SRCREV}"
-PR = "r12"
+PR = "r13"
RDEPENDS = "initscripts"
# You can create your own pslash-hand-img.h by doing
@@ -36,6 +36,6 @@ do_install_prepend() {
}
INITSCRIPT_NAME = "psplash"
-INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ."
+INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ."
FILES_${PN} += "/mnt/.psplash"