summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-bd072907ae9136f36efd538f183338c729b48552.tar.gz
openembedded-core-bd072907ae9136f36efd538f183338c729b48552.tar.bz2
openembedded-core-bd072907ae9136f36efd538f183338c729b48552.tar.xz
openembedded-core-bd072907ae9136f36efd538f183338c729b48552.zip
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 825dc1dbc..30626ea95 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."
SECTION = "base"
LICENSE = "GPL"
PV = "0.0+svnr${SRCREV}"
+PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://psplash-init"
+ file://psplash-init \
+ file://psplash-fbdev-pixfmt.patch;patch=1;pnum=0"
S = "${WORKDIR}/psplash"