aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-11 15:39:31 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-11 15:39:31 +0200
commit725c273d05d9e3e940abfe5da7d045bd61ce02d6 (patch)
tree7d72fa775300f3740a3908e77a0f496eef316da3 /recipes/psplash
parenta70f2d4f59e7c48da1abf227c35aad2196693219 (diff)
downloadopenembedded-725c273d05d9e3e940abfe5da7d045bd61ce02d6.tar.gz
psplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it kills the ability to use different splashes in different images
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 3e8605e3fa..017af1421c 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 = "r4"
+PR = "r5"
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 ."