All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Popa <valentin.popa@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/3] wpa-supplicant: add libgcrypt as a dependencie
Date: Wed, 30 Apr 2014 18:39:33 +0300	[thread overview]
Message-ID: <153e7dbb41620edc7920b6c31556a4965dd4ed1d.1398871949.git.valentin.popa@intel.com> (raw)
In-Reply-To: <cover.1398871949.git.valentin.popa@intel.com>
In-Reply-To: <cover.1398871949.git.valentin.popa@intel.com>

gnutls doesn't depend on libgcrypt anymore but
wpa-supplicant does. So add it as a dependencie.

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
---
 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
index 6eb3d2d..61c29ef 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
@@ -6,7 +6,7 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e \
                     file://README;beginline=1;endline=56;md5=a07250b28e857455336bb59fc31cb845 \
                     file://wpa_supplicant/wpa_supplicant.c;beginline=1;endline=12;md5=e8e021e30f3a6ab7c341b66b86626a5a"
-DEPENDS = "gnutls dbus libnl openssl"
+DEPENDS = "gnutls dbus libnl openssl libgcrypt"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
 inherit systemd
-- 
1.9.1



      parent reply	other threads:[~2014-04-30 15:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 15:39 [PATCH 0/3] gnutls: update to 3.2.13 Valentin Popa
2014-04-30 15:39 ` [PATCH 1/3] nettle: add nettle to poky Valentin Popa
2014-05-01 11:34   ` Paul Eggleton
2014-05-02 11:18     ` Valentin Popa
2014-05-01 14:29   ` Martin Jansa
2014-05-02 11:19   ` [PATCH 1/3] nettle: add nettle to oe-core Valentin Popa
2014-04-30 15:39 ` [PATCH 2/3] gnutls: update to 3.2.13 Valentin Popa
2014-04-30 15:39 ` Valentin Popa [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=153e7dbb41620edc7920b6c31556a4965dd4ed1d.1398871949.git.valentin.popa@intel.com \
    --to=valentin.popa@intel.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.