diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-10-24 09:32:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-10-24 15:11:57 +0200 |
commit | d35a01b29409fd76e8731706c1d63b4d9910ae3d (patch) | |
tree | c16af72990228a7031581ffecfe83c7e516bbd3b /recipes/psplash | |
parent | c903bce55e24e32d19f4fe1c69321ef47a67685b (diff) | |
download | openembedded-d35a01b29409fd76e8731706c1d63b4d9910ae3d.tar.gz |
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@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/psplash')
-rw-r--r-- | 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 efd6a0c37f..baddd62036 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 |