diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-09-23 17:04:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-24 17:54:32 +0100 |
commit | 179ee77bf155ed34e59dfe83b7df038d77b82fe3 (patch) | |
tree | 921b4edb9959e085650dcba515f24a106e3a8acc /meta/recipes-support | |
parent | c7624b4c49f79e37970ca0b759050ed49f6032df (diff) | |
download | poky-179ee77bf155ed34e59dfe83b7df038d77b82fe3.tar.gz |
p11-kit: configure without trust-paths
Configure option --with-trust-paths is only used for test scripts
trust/test-extract which is not packaged by default. If the option is
not provided, it checks 4 files on build machine. If the files don't
exist, configure fails.
Add configure option '--without-trust-paths' to fix this issue.
(From OE-Core rev: 875f566f670f695d4538786df3a3e8c3cebaa30a)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb index 7ad9626e13..ee77951175 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | |||
@@ -10,6 +10,8 @@ SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz" | |||
10 | SRC_URI[md5sum] = "4e9bea1106628ffb820bdad24a819fac" | 10 | SRC_URI[md5sum] = "4e9bea1106628ffb820bdad24a819fac" |
11 | SRC_URI[sha256sum] = "ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c" | 11 | SRC_URI[sha256sum] = "ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c" |
12 | 12 | ||
13 | EXTRA_OECONF = "--without-trust-paths" | ||
14 | |||
13 | FILES_${PN}-dev += " \ | 15 | FILES_${PN}-dev += " \ |
14 | ${libdir}/p11-kit-proxy.so \ | 16 | ${libdir}/p11-kit-proxy.so \ |
15 | ${libdir}/pkcs11/p11-kit-trust.so \ | 17 | ${libdir}/pkcs11/p11-kit-trust.so \ |