From 60372819c42accfa52c806ee849c3f7546ee64c6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Feb 2009 16:10:47 -0300 Subject: psplash: use virtual/psplash to specify which psplash package to install It has been required mainly due O.S. Systems module that runs at initramfs. It needs to depends on psplash but since we're now using a branded package for it we need to be able to specify which one to take. --- packages/initrdscripts/initramfs-module-psplash_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/initrdscripts') diff --git a/packages/initrdscripts/initramfs-module-psplash_1.0.bb b/packages/initrdscripts/initramfs-module-psplash_1.0.bb index 1cc6f9eabc..44781fb6bf 100644 --- a/packages/initrdscripts/initramfs-module-psplash_1.0.bb +++ b/packages/initrdscripts/initramfs-module-psplash_1.0.bb @@ -1,6 +1,6 @@ SRC_URI = "file://00-psplash.sh file://99-psplash.sh" -PR = "r2" -RDEPENDS = "initramfs-uniboot psplash" +PR = "r3" +RDEPENDS = "initramfs-uniboot virtual/psplash" DESCRIPTION = "An initramfs module to enable psplash." do_install() { -- cgit v1.2.3