diff options
-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 \ |