All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] add libgcrypt-native to avoid host corruption
Date: Thu, 12 Mar 2015 12:31:47 +0100	[thread overview]
Message-ID: <20150312113147.GA2338@jama> (raw)
In-Reply-To: <1426157761-31744-1-git-send-email-ronan.lemartret@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

On Thu, Mar 12, 2015 at 11:56:01AM +0100, Ronan wrote:
> Signed-off-by: Ronan <ronan.lemartret@gmail.com>
> ---
>  meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> index e3c833b..5c4c6b1 100644
> --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> @@ -3,7 +3,10 @@ HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
>  LICENSE = "LGPL-2.1+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5"
>  SECTION = "net"
> -DEPENDS = "libgcrypt gnutls file"
> +DEPENDS = "gnutls file"
> +
> +#libmicrohttpd uses the tool libgcrypt-config, so we need libgcrypt-native
> +DEPENDS_append = " libgcrypt libgcrypt-native"

Why do you use append instead of adding it directly in DEPENDS?

We should fix configure to use pkgconfig for libgcrypt, not to add
libgcrypt-config from native recipe (when we want target sysroot paths).

>  SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
>  SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

      reply	other threads:[~2015-03-12 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 10:56 [PATCH] add libgcrypt-native to avoid host corruption Ronan
2015-03-12 11:31 ` Martin Jansa [this message]

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=20150312113147.GA2338@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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.