aboutsummaryrefslogtreecommitdiffstats
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
parent8edd760e66b48e411d2a364b9dca4625a301d59c (diff)
downloadmeta-openembedded-contrib-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>
-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 b40223e8ab..655db49073 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 () {
FILES_${PN} += "${libdir}/engines*/pkcs11.so"
FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}"
+
+BBCLASSEXTEND = "native"