[oe-commits] Khem Raj : psplash: Rename HAND_* defines to POKY_* in all remaining psplash-poky-img.h

git version control git at git.openembedded.org
Sun May 16 16:14:27 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun May 16 09:07:11 2010 -0700

psplash: Rename HAND_* defines to POKY_* in all remaining psplash-poky-img.h

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/psplash/files/boc01/psplash-poky-img.h    |   10 +++++-----
 recipes/psplash/files/kaeilos/psplash-poky-img.h  |   10 +++++-----
 recipes/psplash/files/openmoko/psplash-poky-img.h |   10 +++++-----
 recipes/psplash/files/psplash-poky-img.h          |   10 +++++-----
 recipes/psplash/psplash.inc                       |    2 +-
 5 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/recipes/psplash/files/boc01/psplash-poky-img.h b/recipes/psplash/files/boc01/psplash-poky-img.h
index 8c23e48..7cb17fa 100644
--- a/recipes/psplash/files/boc01/psplash-poky-img.h
+++ b/recipes/psplash/files/boc01/psplash-poky-img.h
@@ -1,10 +1,10 @@
 /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */
 
-#define HAND_IMG_ROWSTRIDE (384)
-#define HAND_IMG_WIDTH (128)
-#define HAND_IMG_HEIGHT (64)
-#define HAND_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
-#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \
+#define POKY_IMG_ROWSTRIDE (384)
+#define POKY_IMG_WIDTH (128)
+#define POKY_IMG_HEIGHT (64)
+#define POKY_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
+#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
   "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\267\377" \
   "\377\377\6\267\267\267~~~\227\227\227\265\265\265\331\331\331\371\371" \
   "\371\372\377\377\377\11\334\334\334\234\234\234tttUUUTTTZZZ\201\201\201" \
diff --git a/recipes/psplash/files/kaeilos/psplash-poky-img.h b/recipes/psplash/files/kaeilos/psplash-poky-img.h
index d262d6c..73b1375 100644
--- a/recipes/psplash/files/kaeilos/psplash-poky-img.h
+++ b/recipes/psplash/files/kaeilos/psplash-poky-img.h
@@ -1,10 +1,10 @@
 /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */
 
-#define HAND_IMG_ROWSTRIDE (720)
-#define HAND_IMG_WIDTH (240)
-#define HAND_IMG_HEIGHT (136)
-#define HAND_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
-#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \
+#define POKY_IMG_ROWSTRIDE (720)
+#define POKY_IMG_WIDTH (240)
+#define POKY_IMG_HEIGHT (136)
+#define POKY_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
+#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
   "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
   "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
   "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
diff --git a/recipes/psplash/files/openmoko/psplash-poky-img.h b/recipes/psplash/files/openmoko/psplash-poky-img.h
index 26f7f41..42cdb63 100644
--- a/recipes/psplash/files/openmoko/psplash-poky-img.h
+++ b/recipes/psplash/files/openmoko/psplash-poky-img.h
@@ -1,10 +1,10 @@
 /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */
 
-#define HAND_IMG_ROWSTRIDE (1440)
-#define HAND_IMG_WIDTH (480)
-#define HAND_IMG_HEIGHT (640)
-#define HAND_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
-#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \
+#define POKY_IMG_ROWSTRIDE (1440)
+#define POKY_IMG_WIDTH (480)
+#define POKY_IMG_HEIGHT (640)
+#define POKY_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
+#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
   "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" \
   "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" \
   "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" \
diff --git a/recipes/psplash/files/psplash-poky-img.h b/recipes/psplash/files/psplash-poky-img.h
index c54f04c..5278177 100644
--- a/recipes/psplash/files/psplash-poky-img.h
+++ b/recipes/psplash/files/psplash-poky-img.h
@@ -1,10 +1,10 @@
 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
 
-#define HAND_IMG_ROWSTRIDE (880)
-#define HAND_IMG_WIDTH (220)
-#define HAND_IMG_HEIGHT (137)
-#define HAND_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
-#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \
+#define POKY_IMG_ROWSTRIDE (880)
+#define POKY_IMG_WIDTH (220)
+#define POKY_IMG_HEIGHT (137)
+#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
+#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
   "\310\354\354\341\377\2\342\342\330\377\352\352\337\377\323\354\354\341" \
   "\377\2\346\346\333\377\345\345\332\377\377\354\354\341\377\206\354\354" \
   "\341\377\2\335\335\322\377\350\350\335\377\323\354\354\341\377\2\343" \
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index d7b59ae..d16ae3e 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 = "r26"
+PR = "r27"
 
 # 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