summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2019-11-21 13:09:12 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-22 09:22:52 -0800
commit8d90acd59d4eef5f171be8a0cd36b8df95cacd07 (patch)
treeed847ad8eda1b02acd135801bd8236344e040832 /meta-oe/recipes-support
parent8edd760e66b48e411d2a364b9dca4625a301d59c (diff)
downloadmeta-openembedded-8d90acd59d4eef5f171be8a0cd36b8df95cacd07.tar.gz
libp11: add support for native builds
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libp11/libp11_0.4.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
index b40223e8a..655db4907 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
@@ -24,3 +24,5 @@ do_install_append () {
24 24
25FILES_${PN} += "${libdir}/engines*/pkcs11.so" 25FILES_${PN} += "${libdir}/engines*/pkcs11.so"
26FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" 26FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}"
27
28BBCLASSEXTEND = "native"