diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-09-20 15:06:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:47 -0700 |
commit | 1ad1a557cbcbf522a502a95b7c4af02147756c11 (patch) | |
tree | 8d1f93ce0963fff44e5b3589e5c4b7d5d9ad163d | |
parent | e7e081aa2ade429ad28e4c488ee62153aa7839eb (diff) | |
download | poky-1ad1a557cbcbf522a502a95b7c4af02147756c11.tar.gz |
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
(From OE-Core rev: d63f16f03ad60ab77fd5c78de1bbf1f248c51c6e)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.23.14.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 2a8709143b..dd25c38132 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" | |||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | AUTOTOOLS_AUXDIR = "${S}/build/litter" | 15 | AUTOTOOLS_AUXDIR = "${S}/build/litter" |
16 | EXTRA_OECONF = "--without-trust-paths" | 16 | |
17 | PACKAGECONFIG ??= "" | ||
18 | PACKAGECONFIG[trust-paths] = "--with-trust-paths=/etc/ssl/certs/ca-certificates.crt,--without-trust-paths,,ca-certificates" | ||
17 | 19 | ||
18 | # This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags | 20 | # This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags |
19 | # that control gtk-doc build are non-standard | 21 | # that control gtk-doc build are non-standard |