* [PATCH 0/1] Configure p11-kit without trust-paths
@ 2015-09-23 9:04 kai.kang
2015-09-23 9:04 ` [PATCH 1/1] p11-kit: configure " kai.kang
0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2015-09-23 9:04 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
The following changes since commit 7b86c771c80d0759c2ca0e57c46c4c966f89c49e:
bitbake: bitbake: bb.fetch2.git: Import errno module (2015-09-19 22:38:44 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/p11
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/p11
Kai Kang (1):
p11-kit: configure without trust-paths
meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 ++
1 file changed, 2 insertions(+)
--
2.6.0.rc2.10.gf4d9753
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] p11-kit: configure without trust-paths
2015-09-23 9:04 [PATCH 0/1] Configure p11-kit without trust-paths kai.kang
@ 2015-09-23 9:04 ` kai.kang
0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2015-09-23 9:04 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
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@windriver.com>
---
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 \
--
2.6.0.rc2.10.gf4d9753
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-23 9:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 9:04 [PATCH 0/1] Configure p11-kit without trust-paths kai.kang
2015-09-23 9:04 ` [PATCH 1/1] p11-kit: configure " kai.kang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.