summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2019-06-03 09:20:31 +0100
committerArmin Kuster <akuster808@gmail.com>2019-06-14 07:05:34 -0700
commit712c78984c891e6357e1b1dc414431fb6c226c49 (patch)
treebe4487392030f463826ecbe90d21713c6e2d5f8d
parent2ebd3398578c339e17b44b3ae5483cec1d0c7e7d (diff)
downloadopenembedded-core-contrib-712c78984c891e6357e1b1dc414431fb6c226c49.tar.gz
gnutls: Use ca-certificates as default trust store file
Since version 2.58 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to load system trust store: GnuTLS was not configured with a system trust (app:490): ... TLS Error: TLS certificate has unknown CA. (From OE-Core rev: 1d147be584d2f016853edbe9751247d7daa0b5d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.6.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.7.bb b/meta/recipes-support/gnutls/gnutls_3.6.7.bb
index e05dc2b57d..01dd23c961 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.7.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.7.bb
@@ -44,6 +44,7 @@ EXTRA_OECONF = " \
--enable-local-libopts \
--enable-openssl-compatibility \
--with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
+ --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt \
"
LDFLAGS_append_libc-musl = " -largp"