diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-02-09 11:24:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:26 +0000 |
commit | 46c21d0b99de7cae5644151c879e10fe7f28b82d (patch) | |
tree | ebf949b50adb9d0b6b0c290354ab03bb52073c57 | |
parent | 8490c3da1a84f654a05254cb7b12871f89fda976 (diff) | |
download | openembedded-core-46c21d0b99de7cae5644151c879e10fe7f28b82d.tar.gz openembedded-core-46c21d0b99de7cae5644151c879e10fe7f28b82d.tar.bz2 openembedded-core-46c21d0b99de7cae5644151c879e10fe7f28b82d.zip |
libsoup-2.4: Remove unnecessary gnutls dependency
Gnutls is not required: glib-networking handles TLS when it is
installed.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 407f247876..3215ff140c 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" |