[oe-commits] Koen Kooi : psplash-zap: fix typo, spotted by Martin Jansa

git version control git at git.openembedded.org
Wed Jun 2 12:58:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1f7eee75cc78820ff1991ae157a9e78608f8608d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f7eee75cc78820ff1991ae157a9e78608f8608d

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jun  2 14:57:13 2010 +0200

psplash-zap: fix typo, spotted by Martin Jansa

---

 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 0268b20..16e6feb 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 ."
 





More information about the Openembedded-commits mailing list