[oe-commits] Martin Jansa : psplash: don't put initscripts to RDEPENDS

git version control git at git.openembedded.org
Sun Oct 24 13:15:57 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 24 09:32:55 2010 +0200

psplash: don't put initscripts to RDEPENDS

* different distros or images are using different initscripts
* sane image usually has some initscripts installed

Acked-by: Koen Kooi <koen at openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/psplash/psplash.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index efd6a0c..baddd62 100644
--- a/recipes/psplash/psplash.inc
+++ b/recipes/psplash/psplash.inc
@@ -2,14 +2,13 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
 HOMEPAGE = "http://projects.o-hand.com/psplash"
 SECTION = "base"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "initscripts"
 PROVIDES = "virtual/psplash"
 RPROVIDES_${PN} = "virtual-psplash"
 RCONFLICTS_${PN} = "exquisite"
 
 SRCREV = "422"
 PV = "0.0+svnr${SRCPV}"
-PR = "r33"
+PR = "r34"
 
 # You can create your own pslash-poky-img.h by doing
 # ./make-image-header.sh <file>.png POKY





More information about the Openembedded-commits mailing list