psplash-poky2-img.h: Fixed missing 2 (POKY -> POKY2) sz_beta3
authorMichael Mrozek <EvilDragon@openpandora.de>
Fri, 6 Apr 2012 02:26:18 +0000 (04:26 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Fri, 6 Apr 2012 02:26:18 +0000 (04:26 +0200)
recipes/psplash/psplash-omap3pandora/psplash-poky2-img.h
recipes/psplash/psplash-omap3pandora_svn.bb

index 669a516..f0c5a79 100644 (file)
@@ -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" \
index c4f66b2..10d9a17 100755 (executable)
@@ -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"