psplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it...
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Jun 2010 13:39:31 +0000 (15:39 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Jun 2010 13:39:31 +0000 (15:39 +0200)
recipes/psplash/psplash-zap_1.0.bb

index 3e8605e..017af14 100644 (file)
@@ -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 ."