* console-base-image and gnuradio-image are using psplash-zap but
* some distros do not define SPLASH then image.bbclass provides as
* default SPLASH ?= ""
* We can conclude that if they don't have SPLASH they probably don't want
* psplash-zap.
* bump PR
SRC_URI = "file://zzapsplash-init"
-PR = "r3"
+PR = "r4"
do_install_prepend() {
- install -d "${D}${sysconfdir}/init.d/"
- install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
+ install -d "${D}${sysconfdir}/init.d/"
+ install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
}
inherit update-rc.d
-RRECOMMENDS_${PN} = "psplash-angstrom"
+RRECOMMENDS_${PN} = "${SPLASH}"
INITSCRIPT_NAME = "zzapsplash"
INITSCRIPT_PARAMS = "start 99 5 S ."