psplash: attempt to change the version to v1.73
[openembedded.git] / recipes / psplash / psplash-omap3pandora_svn.bb
1 require psplash.inc
2 require psplash-ua.inc
3
4 PR = "${INC_PR}.61"
5
6 ALTERNATIVE_PRIORITY = "30"
7 ALTERNATIVE_PRIORITY_omap3pandora = "5"
8
9 # You can create your own pslash-hand-img.h by doing
10 # ./make-image-header.sh <file>.png POKY
11 # and rename the resulting .h to pslash-hand-img.h (for the logo)
12 # respectively psplash-bar-img.h (BAR) for the bar.
13
14 SRCREV = "422"
15
16 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
17           file://configurability.patch;patch=1 \
18           file://alt_background.patch;patch=1 \
19           file://psplash-poky-img.h \
20           file://psplash-bar-img.h \
21           file://psplash-poky2-img.h \
22           file://psplash-default \
23           file://splashfuncs \
24           file://psplash-init \
25 "
26           
27 S = "${WORKDIR}/psplash"