From: Jussi Kukkonen Date: Tue, 9 Feb 2016 09:24:54 +0000 (+0200) Subject: libsoup-2.4: Remove unnecessary gnutls dependency X-Git-Tag: yocto-4.0~22628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46c21d0b99de7cae5644151c879e10fe7f28b82d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsoup-2.4: Remove unnecessary gnutls dependency Gnutls is not required: glib-networking handles TLS when it is installed. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- 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 407f247876f..3215ff140cf 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"