psplash: attempt to change the version to v1.73
[openembedded.git] / recipes / psplash / psplash-omap3pandora_svn.bb
old mode 100644 (file)
new mode 100755 (executable)
index bc9e9f6..c8b545e
@@ -1,21 +1,27 @@
 require psplash.inc
 require psplash-ua.inc
 
+PR = "${INC_PR}.61"
+
 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://alt_background.patch;patch=1 \
+          file://psplash-poky-img.h \
           file://psplash-bar-img.h \
+          file://psplash-poky2-img.h \
           file://psplash-default \
           file://splashfuncs \
-          file://psplash-init"
+          file://psplash-init \
+"
+          
 S = "${WORKDIR}/psplash"
-