summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/psplash_svn.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-05-22 13:49:31 +0000
committerRobert Bragg <bob@openedhand.com>2008-05-22 13:49:31 +0000
commitbd072907ae9136f36efd538f183338c729b48552 (patch)
tree1ab56e2008f20276b2abcfd1878f5d7f967d8510 /meta/packages/psplash/psplash_svn.bb
parent1db5747b475304072f30965b741e39dcfcad3702 (diff)
downloadpoky-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.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