diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-02 14:57:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-02 14:57:13 +0200 |
commit | 1f7eee75cc78820ff1991ae157a9e78608f8608d (patch) | |
tree | 8b8ee4a24c68ce08273bf6ec963d07ca58e1a3cb /recipes/psplash | |
parent | 13a1e078956527179854bf8d79a3293c76f6ee43 (diff) | |
download | openembedded-1f7eee75cc78820ff1991ae157a9e78608f8608d.tar.gz |
psplash-zap: fix typo, spotted by Martin Jansa
Diffstat (limited to 'recipes/psplash')
-rw-r--r-- | recipes/psplash/psplash-zap_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb index 0268b2015a..16e6feba45 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 = "r2" +PR = "r3" do_install_prepend() { install -d "${D}${sysconfdir}/init.d/" @@ -8,7 +8,7 @@ do_install_prepend() { inherit update-rc.d -RECOMMENDS_${PN} = "psplash-angstrom" +RRECOMMENDS_${PN} = "psplash-angstrom" INITSCRIPT_NAME = "zzapsplash" INITSCRIPT_PARAMS = "start 99 5 S ." |