diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:42:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:42:36 +0000 |
commit | 76b5863170eebf5ea61fcbf79eb963d4c9092352 (patch) | |
tree | ae457347a9a0d9ed089eac305d8c61360071a8d7 /meta/packages/psplash/psplash_svn.bb | |
parent | 04066bd057c80b72c4472b05e537fa8522f750aa (diff) | |
download | poky-76b5863170eebf5ea61fcbf79eb963d4c9092352.tar.gz |
psplash: Remove pointless cat calls, promote to .sh initscript
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5083 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/psplash_svn.bb')
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index f278399069..d46b051c6b 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." | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ |
8 | file://psplash-init" | 8 | file://psplash-init" |
@@ -16,8 +16,8 @@ FILES_${PN} += "/mnt/.psplash" | |||
16 | do_install_prepend() { | 16 | do_install_prepend() { |
17 | install -d ${D}/mnt/.psplash/ | 17 | install -d ${D}/mnt/.psplash/ |
18 | install -d ${D}${sysconfdir}/init.d/ | 18 | install -d ${D}${sysconfdir}/init.d/ |
19 | install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash | 19 | install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh |
20 | } | 20 | } |
21 | 21 | ||
22 | INITSCRIPT_NAME = "psplash" | 22 | INITSCRIPT_NAME = "psplash.sh" |
23 | INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." | 23 | INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." |