Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] ghostscript: resolve the gconfig.h conflict
@ 2013-06-18  2:02 wenzong.fan
  2013-06-18  2:02 ` [PATCH 1/1] " wenzong.fan
  0 siblings, 1 reply; 4+ messages in thread
From: wenzong.fan @ 2013-06-18  2:02 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

Both base/lib.mak and psi/int.mak will create file gconfig.h:
    lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h
    int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h

If $(GLGEN) is same with $(PSGEN), the $(GLGEN)gconfig.h will be
overridden by $(PSGEN)gconfig.h in a parallel build, and this
maybe cause build errors.

Upstream has fixed this issue, just portback its fixes from:
    http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz

The following changes since commit 1dd643b142c69ac9035e29bff11d02201638dc65:

  licences: Add SGI license (2013-06-17 16:45:37 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/ghostscript
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/ghostscript

Wenzong Fan (1):
  ghostscript: resolve the gconfig.h conflict

 .../resolve-the-gconfig.h-conflict.patch           |   84 ++++++++++++++++++++
 .../ghostscript/ghostscript_9.05.bb                |    1 +
 2 files changed, 85 insertions(+)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/resolve-the-gconfig.h-conflict.patch

-- 
1.7.9.5



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

end of thread, other threads:[~2013-06-24  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18  2:02 [PATCH 0/1] ghostscript: resolve the gconfig.h conflict wenzong.fan
2013-06-18  2:02 ` [PATCH 1/1] " wenzong.fan
2013-06-23  2:02   ` Saul Wold
2013-06-24  2:09     ` wenzong fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox