[oe-commits] Andrea Adami : psplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}"

git version control git at git.openembedded.org
Thu Jun 10 23:17:57 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Jun 11 00:57:53 2010 +0200

psplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}"

* console-base-image and gnuradio-image are using psplash-zap but
* some distros do not define SPLASH then image.bbclass provides as
* default SPLASH ?= ""
* We can conclude that if they don't have SPLASH they probably don't want
* psplash-zap.
* bump PR

---

 recipes/psplash/psplash-zap_1.0.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb
index 16e6feb..3e8605e 100644
--- a/recipes/psplash/psplash-zap_1.0.bb
+++ b/recipes/psplash/psplash-zap_1.0.bb
@@ -1,14 +1,14 @@
 SRC_URI = "file://zzapsplash-init"
-PR = "r3"
+PR = "r4"
 
 do_install_prepend() {
-	install -d "${D}${sysconfdir}/init.d/"
-	install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
+        install -d "${D}${sysconfdir}/init.d/"
+        install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
 }
 
 inherit update-rc.d
 
-RRECOMMENDS_${PN} = "psplash-angstrom"
+RRECOMMENDS_${PN} = "${SPLASH}"
 INITSCRIPT_NAME = "zzapsplash"
 INITSCRIPT_PARAMS = "start 99 5 S ."
 





More information about the Openembedded-commits mailing list