summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/initrdscripts/initramfs-module-psplash_1.0.bb4
-rw-r--r--packages/psplash/psplash.inc4
-rw-r--r--packages/psplash/psplash_svn.bb2
3 files changed, 6 insertions, 4 deletions
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() {
diff --git a/packages/psplash/psplash.inc b/packages/psplash/psplash.inc
index ea20436a9a..a320f2b151 100644
--- a/packages/psplash/psplash.inc
+++ b/packages/psplash/psplash.inc
@@ -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
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb
index f471396843..cb370b7627 100644
--- a/packages/psplash/psplash_svn.bb
+++ b/packages/psplash/psplash_svn.bb
@@ -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 \