All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ghostscript: add patches to make it run cross compile platform
@ 2011-05-20 12:19 Kang Kai
  2011-05-20 12:19 ` [PATCH 1/1] ghostscript: fix run failure on mpc8315e Kang Kai
  0 siblings, 1 reply; 4+ messages in thread
From: Kang Kai @ 2011-05-20 12:19 UTC (permalink / raw)
  To: sgw; +Cc: poky

From: Kang Kai <kai.kang@windriver.com>

Hi Saul,

When test lsb on ppc find that gs can't run. The root cause is gs determines some target configuration
on build system. According to the document of ghostscript,
http://pages.cs.wisc.edu/~ghost/doc/cvs/Make.htm#Cross-compiling
when cross compile ghostscript need some manual work.
So import patches from WindRiver Linux to make sure ghostscript can be cross compiled.

The following changes since commit 7706d5d844db2725f4118207d90e302679eacdfe:

  linux-yocto/meta-yocto: fix gcc 4.6.0 compilation failures (2011-05-19 17:33:50 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib.git kangkai/distro
  http://git.pokylinux.org/cgit.cgi//log/?h=kangkai/distro

Kang Kai (1):
  ghostscript: fix run failure on mpc8315e

 .../ghostscript-8.64-mips64n32-build.patch         |  113 +++++++++++++++++++
 .../ghostscript/ghostscript-8.64-ppc32-build.patch |  113 +++++++++++++++++++
 .../ghostscript/ghostscript-8.64-x86-build.patch   |  115 ++++++++++++++++++++
 .../ghostscript-8.64-x86_64-build.patch            |  113 +++++++++++++++++++
 .../ghostscript/ghostscript-9.02-arm-build.patch   |  109 +++++++++++++++++++
 .../ghostscript/ghostscript_9.02.bb                |   17 +++-
 6 files changed, 577 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-8.64-mips64n32-build.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-8.64-ppc32-build.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-8.64-x86-build.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-8.64-x86_64-build.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-arm-build.patch

-- 
1.7.5.1.300.gc565c



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-21  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 12:19 [PATCH 0/1] ghostscript: add patches to make it run cross compile platform Kang Kai
2011-05-20 12:19 ` [PATCH 1/1] ghostscript: fix run failure on mpc8315e Kang Kai
2011-05-20 16:18   ` Richard Purdie
2011-05-21  1:36     ` Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.