summaryrefslogtreecommitdiff
path: root/packages/psplash/psplash_svn.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-01-15 19:30:08 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-01-15 19:30:08 +0100
commita3a68e7813c67743f5ce0ee2bb2952f2319edc89 (patch)
tree5c1b4533ce3cf426cc28b91f299e000f171353c2 /packages/psplash/psplash_svn.bb
parentd30ad97b3ef0d0d7bd577b66b4771f8385a5a520 (diff)
psplash: add support for 2 bit per pixel grayscale
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r--packages/psplash/psplash_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb
index 7c4d0a0dec..7e0d7c6177 100644
--- a/packages/psplash/psplash_svn.bb
+++ b/packages/psplash/psplash_svn.bb
@@ -3,7 +3,7 @@ require psplash-ua.inc
ALTERNATIVE_PRIORITY = "10"
-PR = "r15"
+PR = "r16"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
file://psplash-hand-img.h \
@@ -15,5 +15,5 @@ S = "${WORKDIR}/psplash"
# This really should be default, but due yo openmoko hack below, can't be easily
SRC_URI_append_angstrom = " file://logo-math.patch;patch=1 "
SRC_URI_append_openmoko = " file://configurability.patch;patch=1 "
-SRC_URI_append_boc01 = " file://psplash_1bpp.patch;patch=1 "
+SRC_URI_append_boc01 = " file://psplash_grayscale.patch;patch=1 "