[oe-commits] [openembedded-core] 12/12: gnutls: Use the sysconfdir variable for the ca-certificates path

git at git.openembedded.org git at git.openembedded.org
Fri Jun 7 08:12:24 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 666f6192aaa9e847ad0d920a487b82d984b58d26
Author: Philippe Normand <philn at igalia.com>
AuthorDate: Thu Jun 6 12:05:03 2019 +0100

    gnutls: Use the sysconfdir variable for the ca-certificates path
    
    Signed-off-by: Philippe Normand <philn at igalia.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 01dd23c..b27526a 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list