All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org, nicolas.dechesne@linaro.org
Subject: [PATCH 3/4] libsoup-2.4: Remove unnecessary gnutls dependency
Date: Tue,  9 Feb 2016 11:24:54 +0200	[thread overview]
Message-ID: <d824f87a3c655e54a48dc0730e1b75ebf8b6cb52.1455008560.git.jussi.kukkonen@intel.com> (raw)
In-Reply-To: <aae55470a8d782e166fc6135ceb03631e1346429.1455008560.git.jussi.kukkonen@intel.com>
In-Reply-To: <cover.1455008560.git.jussi.kukkonen@intel.com>

Gnutls is not required: glib-networking handles TLS when it is
installed.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
index 407f247..3215ff1 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
 SECTION = "x11/gnome/libs"
 
-DEPENDS = "glib-2.0 glib-2.0-native gnutls libxml2 sqlite3 intltool-native"
+DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native"
 
 EXTRA_OECONF = "--disable-vala"
 
-- 
2.1.4



  parent reply	other threads:[~2016-02-09  9:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09  9:13 [PATCH 0/4] Crypto dependency fixes Jussi Kukkonen
2016-02-09  9:24 ` [PATCH 1/4] systemd: Don't depend on gcrypt unnecessarily Jussi Kukkonen
2016-02-09  9:24 ` [PATCH 2/4] wpa-supplicant: Only depend on libgcrypt when needed Jussi Kukkonen
2016-02-09  9:24 ` Jussi Kukkonen [this message]
2016-02-09  9:24 ` [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries Jussi Kukkonen
2016-02-09  9:39   ` Nicolas Dechesne
2016-02-09 17:54     ` Khem Raj
2016-02-09 17:58       ` Burton, Ross
2016-02-09 19:04         ` Khem Raj
2016-02-09 19:41           ` Nicolas Dechesne
2016-02-09 21:21             ` Khem Raj
2016-02-09 18:04       ` Mark Hatle
2016-02-10  8:25         ` Jussi Kukkonen
2016-02-10 14:44           ` Mark Hatle

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=d824f87a3c655e54a48dc0730e1b75ebf8b6cb52.1455008560.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@intel.com \
    --cc=nicolas.dechesne@linaro.org \
    --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.