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

Saul Wold sgw at linux.intel.com
Fri Aug 15 16:56:01 UTC 2014


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?  There is a patch to disable gcrypt.

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