diff options
-rw-r--r-- | recipes/psplash/files/angstrom/psplash-poky-img.h | 10 | ||||
-rw-r--r-- | 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 263befa564..3782872a8f 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 2c6555a60a..d7b59ae343 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 |