omap3-sgx-modules: strip unneeded stuff
[openembedded.git] / recipes / psplash / psplash-openmoko_svn.bb
1 require psplash.inc
2 require psplash-ua.inc
3
4 ALTERNATIVE_PRIORITY = "30"
5
6 # You can create your own pslash-hand-img.h by doing
7 # ./make-image-header.sh <file>.png HAND
8 # and rename the resulting .h to pslash-hand-img.h (for the logo)
9 # respectively psplash-bar-img.h (BAR) for the bar.
10 # You might also want to patch the colors (see patch)
11
12 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
13           file://logo-math.patch;patch=1 \
14           file://psplash-hand-img.h \
15           file://psplash-bar-img.h \
16           file://psplash-default \
17           file://psplash-init"
18 S = "${WORKDIR}/psplash"
19
20 SRC_URI_append_openmoko = " file://configurability.patch;patch=1 "