]> code.ossystems Code Review - openembedded-core.git/commit
ghostscript-native:fix host underlinking issues
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 13 Dec 2012 02:17:43 +0000 (10:17 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 14 Dec 2012 23:17:20 +0000 (15:17 -0800)
commitc00778dd0d9c3b62657057e92c868ad2257d72d3
tree99ddac06732415e120f83ed97626fbc279aa3244
parentbb1611d4830bb7aff2371afdb2a77a4ca7298c7d
ghostscript-native:fix host underlinking issues

The ghostscript-native will check libtiff
automatically at configure time and libtiff
needs libjpeg. If libtiff and libjpeg is
just populated to staging native directories
and the host doesn't install them, the libjpeg
could not be linked, fail with:

|libjpeg.so.8, needed by libtiff.so, not found
|libtiff.so: undefined reference to
`jpeg_set_defaults@LIBJPEG_8.0'
|collect2: error: ld returned 1 exit status

Disable libtiff support to fix this issue and
modify configure to let disable system libtiff
could work.
We also explicity disable fontconfig, freetype,
cups for ghostscript-native to avoid the similar
issues.

[YOCTO #3562]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/ghostscript/ghostscript/ghostscript-native-fix-disable-system-libtiff.patch [new file with mode: 0644]
meta/recipes-extended/ghostscript/ghostscript_9.05.bb