]> code.ossystems Code Review - openembedded-core.git/commit
ghostscript: Disable libpaper
authorKhem Raj <raj.khem@gmail.com>
Sat, 5 Oct 2019 06:12:20 +0000 (23:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2019 10:22:19 +0000 (11:22 +0100)
commit11e85220d97299be5f65d5208ec21d4ad215317a
tree275b621feebaee53826389825b15f3e7fbca46ae
parentc279c9d7f0c948856052015cad59310a55274b92
ghostscript: Disable libpaper

OE does not provide libpaper recipe, and the configure check looks for
libpaper if not disabled, this causes problems especially when shared
state is built on a machine which has libpaper installed on host but the
consumer machine although running same OS, but does not have libpaper
installed, the artifact from sstate are re-used but then native binary
./obj/aux/packps fails to execute

./obj/aux/packps: error while loading shared libraries: libpaper.so.1: cannot open shared object file: No such file or directory

So either we need to provide libpaper in OE or we disable it, disabling
is best for now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ghostscript/ghostscript_9.27.bb