diff options
author | Eric BENARD <eric@eukrea.com> | 2010-04-24 00:12:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-16 01:41:50 -0700 |
commit | 31402cd6f9d1e7887926bfde465bb25b07f6dbea (patch) | |
tree | aa754d4a0ae372d290d33728af66138945301488 /recipes/psplash/psplash-angstrom_svn.bb | |
parent | 4d76ed290327312bfe1cfd001b71fbf6f8d9c0c8 (diff) |
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-angstrom_svn.bb')
-rw-r--r-- | recipes/psplash/psplash-angstrom_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/psplash/psplash-angstrom_svn.bb b/recipes/psplash/psplash-angstrom_svn.bb index fc5e4c2a37..c610d87994 100644 --- a/recipes/psplash/psplash-angstrom_svn.bb +++ b/recipes/psplash/psplash-angstrom_svn.bb @@ -3,16 +3,16 @@ require psplash-ua.inc ALTERNATIVE_PRIORITY = "20" -# 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://psplash-18bpp.patch;patch=1 \ 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://splashfuncs \ |