git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a1e07
)
psplash-zap: fix typo, spotted by Martin Jansa
author
Koen Kooi
<koen@openembedded.org>
Wed, 2 Jun 2010 12:57:13 +0000
(14:57 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 2 Jun 2010 12:57:13 +0000
(14:57 +0200)
recipes/psplash/psplash-zap_1.0.bb
patch
|
blob
|
history
diff --git
a/recipes/psplash/psplash-zap_1.0.bb
b/recipes/psplash/psplash-zap_1.0.bb
index
0268b20
..
16e6feb
100644
(file)
--- a/
recipes/psplash/psplash-zap_1.0.bb
+++ b/
recipes/psplash/psplash-zap_1.0.bb
@@
-1,5
+1,5
@@
SRC_URI = "file://zzapsplash-init"
-PR = "r
2
"
+PR = "r
3
"
do_install_prepend() {
install -d "${D}${sysconfdir}/init.d/"
@@
-8,7
+8,7
@@
do_install_prepend() {
inherit update-rc.d
-RECOMMENDS_${PN} = "psplash-angstrom"
+R
R
ECOMMENDS_${PN} = "psplash-angstrom"
INITSCRIPT_NAME = "zzapsplash"
INITSCRIPT_PARAMS = "start 99 5 S ."