aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-11 20:18:21 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-11 20:19:22 +0200
commitcda57b02fbaf17ef2081280f8a77ad89b0fd6639 (patch)
treeb51230022d174877d841bdd9deba3954efc3ca4e /recipes/psplash
parent7f0c67d205ccc1450d38dedcf7cb88b6cb143593 (diff)
downloadopenembedded-cda57b02fbaf17ef2081280f8a77ad89b0fd6639.tar.gz
psplash-zap: fix another regression for angstrom
Diffstat (limited to 'recipes/psplash')
-rw-r--r--recipes/psplash/psplash-zap_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb
index 39aa2d8f14..988192fe9a 100644
--- 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 = "r6"
+PR = "r7"
do_install_prepend() {
install -d "${D}${sysconfdir}/init.d/"
@@ -8,7 +8,7 @@ do_install_prepend() {
inherit update-rc.d
-RRECOMMENDS_${PN} = "virtual-psplash"
+RRECOMMENDS_${PN} = "psplash-angstrom"
INITSCRIPT_NAME = "zzapsplash"
INITSCRIPT_PARAMS = "start 99 5 S ."