[oe-commits] Tom Rini : psplash-zap: Recommend virtual-psplash not psplash-angstrom

git version control git at git.openembedded.org
Fri Jun 11 16:04:48 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jun 11 09:03:27 2010 -0700

psplash-zap: Recommend virtual-psplash not psplash-angstrom

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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 017af14..39aa2d8 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 = "r5"
+PR = "r6"
 
 do_install_prepend() {
         install -d "${D}${sysconfdir}/init.d/"
@@ -8,7 +8,7 @@ do_install_prepend() {
 
 inherit update-rc.d
 
-RRECOMMENDS_${PN} = "psplash-angstrom"
+RRECOMMENDS_${PN} = "virtual-psplash"
 INITSCRIPT_NAME = "zzapsplash"
 INITSCRIPT_PARAMS = "start 99 5 S ."
 





More information about the Openembedded-commits mailing list