mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user