psplash: use virtual/psplash to specify which psplash package to install
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 24 Feb 2009 19:10:47 +0000 (16:10 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 28 Feb 2009 20:08:50 +0000 (17:08 -0300)
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
packages/psplash/psplash.inc
packages/psplash/psplash_svn.bb

index 1cc6f9e..44781fb 100644 (file)
@@ -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() {
index ea20436..a320f2b 100644 (file)
@@ -3,9 +3,11 @@ HOMEPAGE = "http://projects.o-hand.com/psplash"
 SECTION = "base"
 LICENSE = "GPL"
 RDEPENDS = "initscripts"
+PROVIDES = "virtual/psplash"
+RPROVIDES = "virtual/psplash"
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 # You can create your own pslash-hand-img.h by doing
 # ./make-image-header.sh <file>.png HAND
index f471396..cb370b7 100644 (file)
@@ -3,7 +3,7 @@ require psplash-ua.inc
 
 ALTERNATIVE_PRIORITY = "10"
 
-PR = "r18"
+PR = "r19"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
           file://psplash-hand-img.h \