[poky] [PATCH 0/1]ghostscript: add patches to make it run cross compile platform V2
Kang Kai
kai.kang at windriver.com
Sat May 21 01:24:37 PDT 2011
From: Kang Kai <kai.kang at windriver.com>
Hi Richard,
I update the patches with your opinion, thanks!
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, and spit the patches
into arch/[so]obj.h source files.
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
meta/recipes-extended/ghostscript/arm/objarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/arm/soobjarch.h | 40 +++++++++++++++++++
.../ghostscript/ghostscript-9.02-genarch.patch | 27 +++++++++++++
.../ghostscript/ghostscript_9.02.bb | 22 +++++++++-
meta/recipes-extended/ghostscript/i586/objarch.h | 41 ++++++++++++++++++++
meta/recipes-extended/ghostscript/i586/soobjarch.h | 41 ++++++++++++++++++++
meta/recipes-extended/ghostscript/mips/objarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/mips/soobjarch.h | 40 +++++++++++++++++++
.../recipes-extended/ghostscript/powerpc/objarch.h | 40 +++++++++++++++++++
.../ghostscript/powerpc/soobjarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/x86_64/objarch.h | 40 +++++++++++++++++++
.../ghostscript/x86_64/soobjarch.h | 40 +++++++++++++++++++
12 files changed, 448 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-extended/ghostscript/arm/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/arm/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
create mode 100644 meta/recipes-extended/ghostscript/i586/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/i586/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/mips/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/mips/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/powerpc/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/powerpc/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/x86_64/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/x86_64/soobjarch.h
--
1.7.5.1.300.gc565c
More information about the poky
mailing list