summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/psplash_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/psplash/psplash_svn.bb')
-rw-r--r--meta/packages/psplash/psplash_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb
index 825dc1dbca..30626ea954 100644
--- a/meta/packages/psplash/psplash_svn.bb
+++ b/meta/packages/psplash/psplash_svn.bb
@@ -2,9 +2,11 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPL" 3LICENSE = "GPL"
4PV = "0.0+svnr${SRCREV}" 4PV = "0.0+svnr${SRCREV}"
5PR = "r1"
5 6
6SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ 7SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
7 file://psplash-init" 8 file://psplash-init \
9 file://psplash-fbdev-pixfmt.patch;patch=1;pnum=0"
8 10
9S = "${WORKDIR}/psplash" 11S = "${WORKDIR}/psplash"
10 12