[oe-commits] Koen Kooi : psplash-zap: ${SPLASH} is an image var so don' t make a *package* depend on it, it kills the ability to use different splashes in different images

git version control git at git.openembedded.org
Fri Jun 11 13:41:38 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 11 15:39:31 2010 +0200

psplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it kills the ability to use different splashes in different images

---

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





More information about the Openembedded-commits mailing list