[oe-commits] [openembedded-core] 33/45: p11-kit: Add PACKAGECONFIG for trust paths

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:19 UTC 2018


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

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

commit d63f16f03ad60ab77fd5c78de1bbf1f248c51c6e
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Thu Sep 20 15:06:06 2018 +0000

    p11-kit: Add PACKAGECONFIG for trust paths
    
    Add trust-paths PACKAGECONFIG item which enables support for default
    trust-paths in /etc/ssl/certs/ca-certificates.crt
    
    Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/p11-kit/p11-kit_0.23.14.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
index 2a87091..dd25c38 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
@@ -13,7 +13,9 @@ SRCREV = "3770793f026e46a000d2d8816d56122598289d5c"
 S = "${WORKDIR}/git"
 
 AUTOTOOLS_AUXDIR = "${S}/build/litter"
-EXTRA_OECONF = "--without-trust-paths"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[trust-paths] = "--with-trust-paths=/etc/ssl/certs/ca-certificates.crt,--without-trust-paths,,ca-certificates"
 
 # This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags
 # that control gtk-doc build are non-standard

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


More information about the Openembedded-commits mailing list