From: Koen Kooi Date: Fri, 11 Jun 2010 18:18:21 +0000 (+0200) Subject: psplash-zap: fix another regression for angstrom X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda57b02fbaf17ef2081280f8a77ad89b0fd6639;p=openembedded.git psplash-zap: fix another regression for angstrom --- diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb index 39aa2d8f14..988192fe9a 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 = "r6" +PR = "r7" do_install_prepend() { install -d "${D}${sysconfdir}/init.d/" @@ -8,7 +8,7 @@ do_install_prepend() { inherit update-rc.d -RRECOMMENDS_${PN} = "virtual-psplash" +RRECOMMENDS_${PN} = "psplash-angstrom" INITSCRIPT_NAME = "zzapsplash" INITSCRIPT_PARAMS = "start 99 5 S ."