summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-03 15:24:48 +0000
committerRoss Burton <ross@openedhand.com>2008-07-03 15:24:48 +0000
commit95eb982dc4abd04799325ce4f5f39a53c78c0f7e (patch)
treec4e7f7f032cc09f4fa7c22720d78e89100625d0c /meta/packages/psplash
parent1f36523f919340a06f60752c18835c6483fd2026 (diff)
downloadpoky-95eb982dc4abd04799325ce4f5f39a53c78c0f7e.tar.gz
psplash: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4804 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash')
-rwxr-xr-xmeta/packages/psplash/files/psplash-init7
-rw-r--r--meta/packages/psplash/psplash_svn.bb2
2 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
index 3150180ea5..ea370d622b 100755
--- a/meta/packages/psplash/files/psplash-init
+++ b/meta/packages/psplash/files/psplash-init
@@ -1,4 +1,11 @@
1#!/bin/sh 1#!/bin/sh
2### BEGIN INIT INFO
3# Provides: psplash
4# Required-Start:
5# Required-Stop:
6# Default-Start: S
7# Default-Stop:
8### END INIT INFO
2 9
3for x in $(cat /proc/cmdline); do 10for x in $(cat /proc/cmdline); do
4 case $x in 11 case $x in
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb
index 5aef1a9d2b..f278399069 100644
--- a/meta/packages/psplash/psplash_svn.bb
+++ b/meta/packages/psplash/psplash_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPL" 3LICENSE = "GPL"
4PV = "0.0+svnr${SRCREV}" 4PV = "0.0+svnr${SRCREV}"
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ 7SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
8 file://psplash-init" 8 file://psplash-init"