aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-openmoko_svn.bb
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2010-04-24 00:12:06 +0000
committerKhem Raj <raj.khem@gmail.com>2010-05-16 01:41:50 -0700
commit31402cd6f9d1e7887926bfde465bb25b07f6dbea (patch)
treeaa754d4a0ae372d290d33728af66138945301488 /recipes/psplash/psplash-openmoko_svn.bb
parent4d76ed290327312bfe1cfd001b71fbf6f8d9c0c8 (diff)
downloadopenembedded-31402cd6f9d1e7887926bfde465bb25b07f6dbea.tar.gz
psplash : update to latest SVN
- update to latest SVN - update file names : psplash-hand-img.h -> psplash-poky-img.h - fix comments - fix psplash-18bpp.patch (missing break in the switch) Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/psplash/psplash-openmoko_svn.bb')
-rw-r--r--recipes/psplash/psplash-openmoko_svn.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/psplash/psplash-openmoko_svn.bb b/recipes/psplash/psplash-openmoko_svn.bb
index 1114645040..bd04a02ccb 100644
--- a/recipes/psplash/psplash-openmoko_svn.bb
+++ b/recipes/psplash/psplash-openmoko_svn.bb
@@ -3,15 +3,15 @@ require psplash-ua.inc
ALTERNATIVE_PRIORITY = "30"
-# You can create your own pslash-hand-img.h by doing
-# ./make-image-header.sh <file>.png HAND
-# and rename the resulting .h to pslash-hand-img.h (for the logo)
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
# respectively psplash-bar-img.h (BAR) for the bar.
# You might also want to patch the colors (see patch)
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
file://logo-math.patch;patch=1 \
- file://psplash-hand-img.h \
+ file://psplash-poky-img.h \
file://psplash-bar-img.h \
file://psplash-default \
file://psplash-init"