psplash: Updated to Alpha 2
[openembedded.git] / recipes / psplash / psplash-omap3pandora_svn.bb
1 require psplash.inc
2 require psplash-ua.inc
3
4 PR = "${INC_PR}.18"
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://psplash-poky-img.h \
19           file://psplash-bar-img.h \
20           file://psplash-default \
21           file://splashfuncs \
22           file://psplash-init \
23 "
24           
25 S = "${WORKDIR}/psplash"