aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash.inc
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.inc
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.inc')
-rw-r--r--recipes/psplash/psplash.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index 7319b96443..2c6555a60a 100644
--- a/recipes/psplash/psplash.inc
+++ b/recipes/psplash/psplash.inc
@@ -7,20 +7,20 @@ PROVIDES = "virtual/psplash"
RPROVIDES_${PN} = "virtual-psplash"
RCONFLICTS_${PN} = "exquisite"
-SRCREV = "249"
+SRCREV = "422"
PV = "0.0+svnr${SRCPV}"
-PR = "r23"
+PR = "r25"
-# 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)
inherit autotools pkgconfig update-rc.d
do_configure_append() {
- install -m 0644 ${WORKDIR}/psplash-hand-img.h ${S}/
+ install -m 0644 ${WORKDIR}/psplash-poky-img.h ${S}/
install -m 0644 ${WORKDIR}/psplash-bar-img.h ${S}/
if [ -e "${WORKDIR}/psplash.h" ]; then