diff options
| author | Jan Luebbe <jlu@pengutronix.de> | 2019-11-21 13:09:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-22 09:22:52 -0800 |
| commit | 8d90acd59d4eef5f171be8a0cd36b8df95cacd07 (patch) | |
| tree | ed847ad8eda1b02acd135801bd8236344e040832 | |
| parent | 8edd760e66b48e411d2a364b9dca4625a301d59c (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-support/libp11/libp11_0.4.10.bb | 2 |
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 () { | |||
| 24 | 24 | ||
| 25 | FILES_${PN} += "${libdir}/engines*/pkcs11.so" | 25 | FILES_${PN} += "${libdir}/engines*/pkcs11.so" |
| 26 | FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" | 26 | FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" |
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
