[OE-core] [PATCH] gnutls: Use the sysconfdir variable for the ca-certificates path

Philippe Normand philn at igalia.com
Thu Jun 6 11:05:03 UTC 2019


Signed-off-by: Philippe Normand <philn at igalia.com>
---
 meta/recipes-support/gnutls/gnutls_3.6.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.7.bb b/meta/recipes-support/gnutls/gnutls_3.6.7.bb
index 01dd23c961..b27526a64e 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.7.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.7.bb
@@ -44,7 +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 \
+    --with-default-trust-store-file=${sysconfdir}/ssl/certs/ca-certificates.crt \
 "
 
 LDFLAGS_append_libc-musl = " -largp"
-- 
2.20.1



More information about the Openembedded-core mailing list