summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-04-05 08:37:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-11 21:15:56 +0100
commite6ae22e597b1cd43466488174893b361b8d92cd4 (patch)
tree00cec8ea91f1366fbfaf7c3a38e1f5c2b89f75b8 /meta
parentb977cccc16c73605d2efefe98eb4fbc8369fa3fb (diff)
downloadpoky-e6ae22e597b1cd43466488174893b361b8d92cd4.tar.gz
glib-networking: upgrade 2.58.0 -> 2.60.1
this version support gnutls option again - it was mandatory for 2.58.0 (From OE-Core rev: 1638c56a5e38969b07d368176ae30d241199eb36) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.60.1.bb (renamed from meta/recipes-core/glib-networking/glib-networking_2.58.0.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.58.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb
index f3190e1cae..09af229d69 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.58.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
9SECTION = "libs" 9SECTION = "libs"
10DEPENDS = "glib-2.0" 10DEPENDS = "glib-2.0"
11 11
12SRC_URI[archive.md5sum] = "75b14b7e73a67753be9ce307751c661d" 12SRC_URI[archive.md5sum] = "83321ffc3c336894b8a5bc18db3fe58d"
13SRC_URI[archive.sha256sum] = "bdfa0255e031b8ee003cc283002536b77ee76450105f1dc6ab066b9bf4330068" 13SRC_URI[archive.sha256sum] = "d71c6b2faa5ac29100314f08a1be020a2afd0291f025614c0af0d17b14435d92"
14 14
15PACKAGECONFIG ??= "gnutls" 15PACKAGECONFIG ??= "gnutls"
16 16
17PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" 17PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
18PACKAGECONFIG[libproxy] = "-Dlibproxy_support=true,-Dlibproxy_support=false,libproxy" 18PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
19 19
20EXTRA_OEMESON = "-Dgnome_proxy_support=false" 20EXTRA_OEMESON = "-Dgnome_proxy=disabled"
21 21
22GNOMEBASEBUILDCLASS = "meson" 22GNOMEBASEBUILDCLASS = "meson"
23inherit gnomebase gettext upstream-version-is-even gio-module-cache 23inherit gnomebase gettext upstream-version-is-even gio-module-cache