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:
a70f2d4
)
psplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it...
author
Koen Kooi
<koen@openembedded.org>
Fri, 11 Jun 2010 13:39:31 +0000
(15:39 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 11 Jun 2010 13:39:31 +0000
(15:39 +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
3e8605e
..
017af14
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
4
"
+PR = "r
5
"
do_install_prepend() {
install -d "${D}${sysconfdir}/init.d/"
@@
-8,7
+8,7
@@
do_install_prepend() {
inherit update-rc.d
-RRECOMMENDS_${PN} = "
${SPLASH}
"
+RRECOMMENDS_${PN} = "
psplash-angstrom
"
INITSCRIPT_NAME = "zzapsplash"
INITSCRIPT_PARAMS = "start 99 5 S ."