summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/psplash_svn.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-05-27 16:53:08 +0000
committerRobert Bragg <bob@openedhand.com>2008-05-27 16:53:08 +0000
commitf83b1de69bf2902843cf70614da10088ecb333e8 (patch)
treed205c37c11de9e1a257897b8084f2151c38acc7d /meta/packages/psplash/psplash_svn.bb
parentd723f4212e36d030e53ce5f8b6e7fbf0fd748455 (diff)
downloadpoky-f83b1de69bf2902843cf70614da10088ecb333e8.tar.gz
Bumps the psplash SRCREV and removes the fbdev pixel format patch that has now
been applied upstream. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4556 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/psplash_svn.bb')
-rw-r--r--meta/packages/psplash/psplash_svn.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb
index 30626ea954..5aef1a9d2b 100644
--- a/meta/packages/psplash/psplash_svn.bb
+++ b/meta/packages/psplash/psplash_svn.bb
@@ -2,11 +2,10 @@ 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" 5PR = "r2"
6 6
7SRC_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 \
8 file://psplash-init \ 8 file://psplash-init"
9 file://psplash-fbdev-pixfmt.patch;patch=1;pnum=0"
10 9
11S = "${WORKDIR}/psplash" 10S = "${WORKDIR}/psplash"
12 11