From 0ed82e1a5884f608f94f6b86be65a4bd9f24066c Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 11 Jun 2010 00:57:53 +0200 Subject: psplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}" * 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 --- recipes/psplash/psplash-zap_1.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb index 16e6feba45..3e8605e3fa 100644 --- a/recipes/psplash/psplash-zap_1.0.bb +++ b/recipes/psplash/psplash-zap_1.0.bb @@ -1,14 +1,14 @@ 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 ." -- cgit v1.2.3