psplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}"
[openembedded.git] / recipes / psplash / psplash-zap_1.0.bb
blob3e8605e3fa7debdbaee286e00539684e2d01cac2
1 SRC_URI = "file://zzapsplash-init"
2 PR = "r4"
4 do_install_prepend() {
5 install -d "${D}${sysconfdir}/init.d/"
6 install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
9 inherit update-rc.d
11 RRECOMMENDS_${PN} = "${SPLASH}"
12 INITSCRIPT_NAME = "zzapsplash"
13 INITSCRIPT_PARAMS = "start 99 5 S ."