diff options
Diffstat (limited to 'recipes/psplash/psplash-zap_1.0.bb')
-rw-r--r-- | recipes/psplash/psplash-zap_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 ." |