diff options
author | Robert Bragg <bob@openedhand.com> | 2008-05-22 13:49:31 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-05-22 13:49:31 +0000 |
commit | bd072907ae9136f36efd538f183338c729b48552 (patch) | |
tree | 1ab56e2008f20276b2abcfd1878f5d7f967d8510 /meta/packages/psplash/psplash_svn.bb | |
parent | 1db5747b475304072f30965b741e39dcfcad3702 (diff) | |
download | poky-bd072907ae9136f36efd538f183338c729b48552.tar.gz |
Adds support for changing the fbdev pixel format when the
default (e.g. 8bpp pallet mode) isn't supported.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4544 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/psplash_svn.bb')
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 4 |
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." | |||
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 | 6 | ||
6 | 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 \ |
7 | file://psplash-init" | 8 | file://psplash-init \ |
9 | file://psplash-fbdev-pixfmt.patch;patch=1;pnum=0" | ||
8 | 10 | ||
9 | S = "${WORKDIR}/psplash" | 11 | S = "${WORKDIR}/psplash" |
10 | 12 | ||