Files
poky/meta/recipes-extended
Hongxu Jia 55b4cffe76 ghostscript: fix sizeof(GX_COLOR_INDEX_TYPE) not equal to ARCH_SIZEOF_GX_COLOR_INDEX on mips
The commit: http://ghostscript.com/pipermail/gs-cvs/2014-February/017271.html
newly added a 'compile time assert' on 9.14 that causes the build to fail if
the sizeof(GX_COLOR_INDEX_TYPE) is not equal to ARCH_SIZEOF_GX_COLOR_INDEX.

Disscuss on IRC:
http://ghostscript.com/irclogs/2014/02/06.html

The commit from OE-Core rev: 78a13ba170c1de6d7ef077854e3e34e18d17099f
...
ghostscript: add pregenerated objarch for mipsel/mips64/mips64el
...
has defined ARCH_SIZEOF_GX_COLOR_INDEX according to the type of archs,
and assigned 4 for mips/mipsel (8 for others).

The GX_COLOR_INDEX_TYPE was defined at do_configure time, which used
large color index (with 8) by default. We should manually choose the
opposite one (with 4) for mips/mipsel.

(From OE-Core rev: 0710ed28e868d4fc4ca027afb3c7acfc899f9409)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-17 17:56:21 +01:00
..
2014-05-21 19:50:21 +01:00
2014-05-15 23:24:42 +01:00
2014-06-17 08:59:21 +01:00
2014-06-06 09:26:03 +01:00
2014-01-02 12:50:18 +00:00
2013-04-29 14:45:08 +01:00
2013-12-20 12:26:28 +00:00
2014-01-06 11:13:57 +00:00
2014-04-30 16:39:07 +01:00
2014-05-08 13:00:32 +01:00
2013-02-22 06:09:23 -08:00
2014-06-03 16:49:20 +01:00
2014-04-29 17:20:12 +01:00
2014-05-06 17:59:15 +01:00
2014-01-02 12:50:21 +00:00
2012-01-03 12:14:33 +00:00
2013-10-30 13:39:08 +00:00
2014-02-21 16:09:08 +00:00
2014-04-25 17:19:20 +01:00
2014-06-13 12:31:38 +01:00
2014-06-14 08:43:55 +01:00
2014-06-17 08:59:04 +01:00
2014-06-17 08:59:04 +01:00
2014-01-29 17:38:49 +00:00
2014-06-17 08:59:05 +01:00