psplash-omap3pandora: Add tweaks to psplash and the final logo for the OpenPandora...
[openembedded.git] / recipes / psplash / psplash-omap3pandora_svn.bb
index bc9e9f6..9ca4310 100644 (file)
@@ -1,21 +1,25 @@
 require psplash.inc
 require psplash-ua.inc
 
+PR = "${INC_PR}.7"
+
 ALTERNATIVE_PRIORITY = "30"
 ALTERNATIVE_PRIORITY_omap3pandora = "5"
 
 # You can create your own pslash-hand-img.h by doing
-# ./make-image-header.sh <file>.png HAND
+# ./make-image-header.sh <file>.png POKY
 # and rename the resulting .h to pslash-hand-img.h (for the logo)
 # respectively psplash-bar-img.h (BAR) for the bar.
-# You might also want to patch the colors (see patch)
+
+SRCREV = "422"
 
 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://configurability.patch;patch=1 \
+          file://psplash-poky-img.h \
           file://psplash-bar-img.h \
           file://psplash-default \
           file://splashfuncs \
-          file://psplash-init"
+          file://psplash-init \
+"
+          
 S = "${WORKDIR}/psplash"
-