diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:49:03 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:49:03 +0200 |
commit | d8947237a06ac5d752916d6d3c4fabf94c4d2258 (patch) | |
tree | 02c30190d70543a54070269d75757c5ba9aa08da | |
parent | 93f9c2b0df6b0e2ca3b5ac1467139c87db31c349 (diff) |
psplash-zap: recommend psplash
-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 ." |