From 054156ac05d943617ec6a2bdda49f1bf174ce26a Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 6 Apr 2012 04:26:18 +0200 Subject: [PATCH] psplash-poky2-img.h: Fixed missing 2 (POKY -> POKY2) --- .../psplash/psplash-omap3pandora/psplash-poky2-img.h | 10 +++++----- recipes/psplash/psplash-omap3pandora_svn.bb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h b/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h index 669a5164f2..f0c5a792a0 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h +++ b/recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ -#define POKY_IMG_ROWSTRIDE (3200) -#define POKY_IMG_WIDTH (800) -#define POKY_IMG_HEIGHT (480) -#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ +#define POKY2_IMG_ROWSTRIDE (3200) +#define POKY2_IMG_WIDTH (800) +#define POKY2_IMG_HEIGHT (480) +#define POKY2_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ +#define POKY2_IMG_RLE_PIXEL_DATA ((uint8*) \ "\377\6\11\35\377\377\6\11\35\377\377\6\11\35\377\377\6\11\35\377\377\6" \ "\11\35\377\377\6\11\35\377\377\6\11\35\377\377\6\11\35\377\377\6\11\35" \ "\377\377\6\11\35\377\377\6\11\35\377\377\6\11\35\377\377\6\11\35\377" \ diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_svn.bb index c4f66b2109..10d9a177ff 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}.38" +PR = "${INC_PR}.39" ALTERNATIVE_PRIORITY = "30" ALTERNATIVE_PRIORITY_omap3pandora = "5" -- 2.39.5