From ea0dd7ec7b6596347fdcfe5467aa92e18fa3ea2f Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 16 Feb 2012 16:34:33 +0200 Subject: [PATCH] psplash: fix image headers just ran: ./make-image-header.sh psplash-poky.png POKY ./make-image-header.sh psplash-poky2.png POKY2 --- recipes/psplash/psplash-omap3pandora/psplash-poky-img.h | 2 +- recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h | 2 +- recipes/psplash/psplash-omap3pandora_svn.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h b/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h index 264546379d..e7074571de 100755 --- a/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h +++ b/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h @@ -1,6 +1,6 @@ /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ -#define POKY_IMG_ROWSTRIDE (3200) +#define POKY_IMG_ROWSTRIDE (2400) #define POKY_IMG_WIDTH (800) #define POKY_IMG_HEIGHT (480) #define POKY_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ diff --git a/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h b/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h index a58933117f..354dd70281 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h +++ b/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h @@ -3,7 +3,7 @@ #define POKY2_IMG_ROWSTRIDE (3200) #define POKY2_IMG_WIDTH (800) #define POKY2_IMG_HEIGHT (480) -#define POKY2_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ +#define POKY2_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ #define POKY2_IMG_RLE_PIXEL_DATA ((uint8*) \ "\377\1%\6\377\377\1%\6\377\377\1%\6\377\377\1%\6\377\377\1%\6\377\377" \ "\1%\6\377\245\1%\6\377\1""1\0\0\0\377\1%\6\377\377\1%\6\377\377\1%\6" \ diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_svn.bb index f7f3c09278..a5d7b65f17 100755 --- a/recipes/psplash/psplash-omap3pandora_svn.bb +++ b/recipes/psplash/psplash-omap3pandora_svn.bb @@ -1,7 +1,7 @@ require psplash.inc require psplash-ua.inc -PR = "${INC_PR}.32" +PR = "${INC_PR}.33" ALTERNATIVE_PRIORITY = "30" ALTERNATIVE_PRIORITY_omap3pandora = "5" -- 2.39.5