Ping, could someone help merge this? thanks!

Thanks,
Jackie

> -----Original Message-----
> From: openembedded-core-boun...@lists.openembedded.org 
> [mailto:openembedded-core-
> boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com
> Sent: Wednesday, July 30, 2014 3:55 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt 
> and libgpg-error
> 
> From: Jackie Huang <jackie.hu...@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
> 
> Signed-off-by: Jackie Huang <jackie.hu...@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";
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to