]> code.ossystems Code Review - openembedded-core.git/commit
ghostscript: disable libidn support
authorKang Kai <kai.kang@windriver.com>
Mon, 3 Sep 2012 07:53:12 +0000 (15:53 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:56 +0000 (22:52 -0700)
commit509eb624c89249ff169de24fed448e8d7894a6f6
treee4cc61546f3262d52ec6897bafd96a6e8f62b4aa
parenta304789cecb1a6ffa3c5a56f617eea4a5ac29a98
ghostscript: disable libidn support

If libidn is just populated to sysroot but rpm packages are not created,
build ghostscript will check libidn automatically and then depends on
libidn. But package libidn doesn't exist, so build image which contains
ghostscript will fail with:

| error: Failed dependencies:
|  libidn11 >= 1.25 is needed by ghostscript-9.05-r2.i586
|  libidn.so.11(LIBIDN_1.0) is needed by ghostscript-9.05-r2.i586
|  libidn.so.11 is needed by ghostscript-9.05-r2.i586

Disable libidn support to fix this issue.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/ghostscript/ghostscript_9.05.bb