From d35a01b29409fd76e8731706c1d63b4d9910ae3d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 24 Oct 2010 09:32:55 +0200 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- recipes/psplash/psplash.inc | 3 +-- 1 file changed, 1 insertion(+), 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 .png POKY -- 2.39.5