aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-openmoko_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/psplash/psplash-openmoko_svn.bb')
-rw-r--r--recipes/psplash/psplash-openmoko_svn.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/psplash/psplash-openmoko_svn.bb b/recipes/psplash/psplash-openmoko_svn.bb
index 1114645040..9c675b4e80 100644
--- a/recipes/psplash/psplash-openmoko_svn.bb
+++ b/recipes/psplash/psplash-openmoko_svn.bb
@@ -3,18 +3,18 @@ require psplash-ua.inc
ALTERNATIVE_PRIORITY = "30"
-# You can create your own pslash-hand-img.h by doing
-# ./make-image-header.sh <file>.png HAND
-# and rename the resulting .h to pslash-hand-img.h (for the logo)
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
# respectively psplash-bar-img.h (BAR) for the bar.
# You might also want to patch the colors (see patch)
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://logo-math.patch \
+ file://psplash-poky-img.h \
file://psplash-bar-img.h \
file://psplash-default \
file://psplash-init"
S = "${WORKDIR}/psplash"
-SRC_URI_append_openmoko = " file://configurability.patch;patch=1 "
+SRC_URI_append_openmoko = " file://configurability.patch "