[oe-commits] Kai Kang : p11-kit: configure without trust-paths

git at git.openembedded.org git at git.openembedded.org
Thu Sep 24 16:55:54 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 875f566f670f695d4538786df3a3e8c3cebaa30a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=875f566f670f695d4538786df3a3e8c3cebaa30a

Author: Kai Kang <kai.kang at windriver.com>
Date:   Wed Sep 23 17:04:37 2015 +0800

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.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 7ad9626..ee77951 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"
 SRC_URI[md5sum] = "4e9bea1106628ffb820bdad24a819fac"
 SRC_URI[sha256sum] = "ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c"
 
+EXTRA_OECONF = "--without-trust-paths"
+
 FILES_${PN}-dev += " \
     ${libdir}/p11-kit-proxy.so \
     ${libdir}/pkcs11/p11-kit-trust.so \



More information about the Openembedded-commits mailing list