diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-16 09:07:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-16 09:13:47 -0700 |
commit | 08983f34211d0293973e52c4cc1793a66ddd1d8c (patch) | |
tree | 88d23b666d14e9844100e80bd25d8697c428a956 /recipes/psplash | |
parent | 6b4f7c1fbe0cbfcb1f43835425e294c8f82270e1 (diff) | |
download | openembedded-08983f34211d0293973e52c4cc1793a66ddd1d8c.tar.gz |
psplash: Rename HAND_* defines to POKY_* in all remaining psplash-poky-img.h
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/psplash')
-rw-r--r-- | recipes/psplash/files/boc01/psplash-poky-img.h | 10 | ||||
-rw-r--r-- | recipes/psplash/files/kaeilos/psplash-poky-img.h | 10 | ||||
-rw-r--r-- | recipes/psplash/files/openmoko/psplash-poky-img.h | 10 | ||||
-rw-r--r-- | recipes/psplash/files/psplash-poky-img.h | 10 | ||||
-rw-r--r-- | 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 8c23e483d6..7cb17fab04 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 d262d6cc17..73b13758a5 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 26f7f41cb5..42cdb6346a 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 c54f04c362..52781775db 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 d7b59ae343..d16ae3e9f5 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 |