]> code.ossystems Code Review - openembedded-core.git/commit
ghostscript: fix run failure on mpc8315e
authorKang Kai <kai.kang@windriver.com>
Fri, 20 May 2011 09:26:36 +0000 (17:26 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 24 May 2011 06:39:09 +0000 (23:39 -0700)
commitdebee5134a2ca505e968a6ddfb5c2f6434e3007a
tree849d9190c96f6a6c14baef73ebc7fdab0d86677b
parentbfeba6a42f4de99a543f1eaa21ddcfde6dc34338
ghostscript: fix run failure on mpc8315e

When run gs on mpc8315, it fails with:
GPL Ghostscript 9.02: ./psi/interp.c(291): Fatal error -20 in gs_interp_init!
It is caused by cross compile.

Accoding to the ghostscript document on:
http://pages.cs.wisc.edu/~ghost/doc/cvs/Make.htm#Cross-compiling
it needs some manual work, so import patches from WindRiver Linux.

Update to using oe way to add arch.h, thanks to Richard.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
12 files changed:
meta/recipes-extended/ghostscript/arm/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/arm/soobjarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch [new file with mode: 0644]
meta/recipes-extended/ghostscript/ghostscript_9.02.bb
meta/recipes-extended/ghostscript/i586/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/i586/soobjarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/mips/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/mips/soobjarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/powerpc/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/powerpc/soobjarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/x86_64/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/x86_64/soobjarch.h [new file with mode: 0644]