[oe-commits] [meta-openembedded] 16/22: opensc: add support for native builds

git at git.openembedded.org git at git.openembedded.org
Fri Nov 22 01:26:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ad95c86fd6af359cabdecd74ba888fd38e262f7e
Author: Jan Luebbe <jlu at pengutronix.de>
AuthorDate: Thu Nov 21 13:09:11 2019 +0100

    opensc: 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 at pengutronix.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/opensc/opensc_0.19.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
index 440859a..6354ca3 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
@@ -45,3 +45,5 @@ FILES_${PN}-dev += "\
     ${libdir}/pkcs11/onepin-opensc-pkcs11.so \
     ${libdir}/pkcs11/pkcs11-spy.so \
 "
+
+BBCLASSEXTEND="native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list