[oe-commits] Koen Kooi : psplash: fix angstrom logo

git version control git at git.openembedded.org
Sun May 16 15:31:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1c32fe23f525171fa00d5926cd2c41577e5ccb1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1c32fe23f525171fa00d5926cd2c41577e5ccb1a

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May 16 17:30:00 2010 +0200

psplash: fix angstrom logo

---

 recipes/psplash/files/angstrom/psplash-poky-img.h |   10 +++++-----
 recipes/psplash/psplash.inc                       |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/psplash/files/angstrom/psplash-poky-img.h b/recipes/psplash/files/angstrom/psplash-poky-img.h
index 263befa..3782872 100644
--- a/recipes/psplash/files/angstrom/psplash-poky-img.h
+++ b/recipes/psplash/files/angstrom/psplash-poky-img.h
@@ -1,10 +1,10 @@
 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
 
-#define HAND_IMG_ROWSTRIDE (920)
-#define HAND_IMG_WIDTH (230)
-#define HAND_IMG_HEIGHT (231)
-#define HAND_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
-#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \
+#define POKY_IMG_ROWSTRIDE (920)
+#define POKY_IMG_WIDTH (230)
+#define POKY_IMG_HEIGHT (231)
+#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
+#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
   "\307\354\354\341\377\2\342\345\333\377\344\346\334\377\377\354\354\341" \
   "\377\221\354\354\341\377\3\242\256\246\377t\210\201\377\222\241\231\377" \
   "\315\354\354\341\377\4\325\333\322\377\264\304\275\377\245\271\263\377" \
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index 2c6555a..d7b59ae 100644
--- a/recipes/psplash/psplash.inc
+++ b/recipes/psplash/psplash.inc
@@ -9,7 +9,7 @@ RCONFLICTS_${PN} = "exquisite"
 
 SRCREV = "422"
 PV = "0.0+svnr${SRCPV}"
-PR = "r25"
+PR = "r26"
 
 # You can create your own pslash-poky-img.h by doing
 # ./make-image-header.sh <file>.png POKY





More information about the Openembedded-commits mailing list