aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/files/progress-color.patch
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-10-30 21:42:29 +0300
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-03 16:51:16 +0100
commitc63797cc58108fb0a3edc358f6ce349f46c9f4cd (patch)
tree33b57db2003f8e06e0fedbbc2d7436e481f3ed48 /recipes/psplash/files/progress-color.patch
parent6c8af6f29e173a62e881be442b8dc4f2b1efde17 (diff)
downloadopenembedded-c63797cc58108fb0a3edc358f6ce349f46c9f4cd.tar.gz
psplash: Added patches, splash and bar for jlime, modified recipe.
* Modified configurability.patch so that it applies to the latest psplash SVN (revision 422). * Added jlime/psplash-poky-img.h and psplash-bar-img.h for jlime. * Added progress-color.patch, which sets the color of the progress bar to black, effectively making it invisible. * Modified psplash_svn adding SRC_URI_append_jlime for the above two patches. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/psplash/files/progress-color.patch')
-rw-r--r--recipes/psplash/files/progress-color.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/psplash/files/progress-color.patch b/recipes/psplash/files/progress-color.patch
new file mode 100644
index 0000000000..c1a894d246
--- /dev/null
+++ b/recipes/psplash/files/progress-color.patch
@@ -0,0 +1,14 @@
+diff -ru psplash.orig/psplash.h psplash/psplash.h
+--- psplash.orig/psplash.h 2010-10-26 21:47:53.243740823 +0300
++++ psplash/psplash.h 2010-10-26 21:48:26.323739001 +0300
+@@ -59,8 +59,8 @@
+ #define PSPLASH_BACKGROUND_COLOR_G 0x00
+ #define PSPLASH_BACKGROUND_COLOR_B 0x00
+
+-#define PSPLASH_PROGRESS_COLOR_R 0xe3
+-#define PSPLASH_PROGRESS_COLOR_G 0x71
++#define PSPLASH_PROGRESS_COLOR_R 0x00
++#define PSPLASH_PROGRESS_COLOR_G 0x00
+ #define PSPLASH_PROGRESS_COLOR_B 0x00
+
+ #define PSPLASH_TEXT_COLOR_R 0xff