[OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error

Huang, Jie (Jackie) Jackie.Huang at windriver.com
Mon Aug 18 02:30:03 UTC 2014



> -----Original Message-----
> From: Saul Wold [mailto:sgw at linux.intel.com]
> Sent: Saturday, August 16, 2014 12:56 AM
> To: Huang, Jie (Jackie); openembedded-core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
> 
> On 07/30/2014 12:54 AM, jackie.huang at windriver.com wrote:
> > From: Jackie Huang <jackie.huang at windriver.com>
> >
> > Fix error:
> > tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find
> -lgcrypt
> > tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find
> -lgpg-error
> >
> Are these true dependencies or are there optional configurations that
> should be covered with PACKAGECONFIG?

I didn't find optional configurations for them.

>  There is a patch to disable gcrypt.

You mean cups-no-gcrypt.patch, right? It looks reasonable, I will port it for ghostscript. Thanks!

Thanks,
Jackie

> 
> Is this meant to be a daisy patch?
> 
> Sau!
> 
> 
> 
> > Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> > ---
> >   .../ghostscript/ghostscript_9.14.bb                |    2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-
> extended/ghostscript/ghostscript_9.14.bb
> > index e14e656..fbec6ce 100644
> > --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> > +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> > @@ -15,7 +15,7 @@ SECTION = "console/utils"
> >   LICENSE = "GPLv3"
> >   LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
> >
> > -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
> > +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
> >   DEPENDS_class-native = ""
> >
> >   SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
> >



More information about the Openembedded-core mailing list