From: Michael Mrozek Date: Fri, 6 Apr 2012 02:26:18 +0000 (+0200) Subject: psplash-poky2-img.h: Fixed missing 2 (POKY -> POKY2) X-Git-Tag: sz_beta3^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=054156ac05d943617ec6a2bdda49f1bf174ce26a;p=openembedded.git psplash-poky2-img.h: Fixed missing 2 (POKY -> POKY2) --- 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"