psplash svn: Move startup to S 01, freeing S 00 for something doing fbdev init.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 23 Feb 2008 18:01:33 +0000 (18:01 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 23 Feb 2008 18:01:33 +0000 (18:01 +0000)
* Like just added fbset-init.

packages/psplash/psplash_svn.bb

index 17b459a..7e19ce3 100644 (file)
@@ -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"