[oe-commits] Koen Kooi : psplash-zap: recommend psplash

GIT User account git at amethyst.openembedded.net
Fri Apr 17 06:53:26 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 17 08:49:03 2009 +0200

psplash-zap: recommend psplash

---

 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 58fa3ed..d6b2810 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 ."
 





More information about the Openembedded-commits mailing list