From: Saul Wold <sgw@linux.intel.com>
To: jackie.huang@windriver.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
Date: Fri, 15 Aug 2014 09:56:01 -0700 [thread overview]
Message-ID: <53EE3BA1.6050001@linux.intel.com> (raw)
In-Reply-To: <1406706883-15375-1-git-send-email-jackie.huang@windriver.com>
On 07/30/2014 12:54 AM, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@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@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"
>
next prev parent reply other threads:[~2014-08-15 16:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 7:54 [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error jackie.huang
2014-08-15 9:52 ` Huang, Jie (Jackie)
2014-08-15 10:54 ` Peter A. Bigot
2014-09-01 8:15 ` Huang, Jie (Jackie)
2014-08-15 16:56 ` Saul Wold [this message]
2014-08-18 2:30 ` Huang, Jie (Jackie)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53EE3BA1.6050001@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=jackie.huang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.