diff options
author | Robert Bragg <bob@openedhand.com> | 2008-05-27 16:53:08 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-05-27 16:53:08 +0000 |
commit | f83b1de69bf2902843cf70614da10088ecb333e8 (patch) | |
tree | d205c37c11de9e1a257897b8084f2151c38acc7d /meta/packages/psplash/psplash_svn.bb | |
parent | d723f4212e36d030e53ce5f8b6e7fbf0fd748455 (diff) | |
download | poky-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.bb | 5 |
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." | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 7 | SRC_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 | ||
11 | S = "${WORKDIR}/psplash" | 10 | S = "${WORKDIR}/psplash" |
12 | 11 | ||