From d8947237a06ac5d752916d6d3c4fabf94c4d2258 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Apr 2009 08:49:03 +0200 Subject: psplash-zap: recommend psplash --- recipes/psplash/psplash-zap_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/psplash') diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb index 58fa3ed52b..d6b281094e 100644 --- a/recipes/psplash/psplash-zap_1.0.bb +++ b/recipes/psplash/psplash-zap_1.0.bb @@ -1,5 +1,6 @@ SRC_URI = "file://zzapsplash-init" +PR = "r1" do_install_prepend() { install -d "${D}${sysconfdir}/init.d/" @@ -8,6 +9,7 @@ do_install_prepend() { inherit update-rc.d +RECOMMENDS_${PN} = "psplash-angstrom" INITSCRIPT_NAME = "zzapsplash" INITSCRIPT_PARAMS = "start 99 5 S ." -- cgit 1.2.3-korg