[oe-commits] [openembedded-core] 04/66: openssl: Add cryptodev-linux PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Tue May 21 23:32:27 UTC 2019


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

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit 89dc69464b9ec1c2cac5d2420dfe6928da50d384
Author: Ovidiu Panait <ovidiu.panait at windriver.com>
AuthorDate: Mon Mar 4 13:38:45 2019 +0200

    openssl: Add cryptodev-linux PACKAGECONFIG
    
    The old bsd cryptodev engine was removed in
    https://github.com/openssl/openssl/pull/3699
    and the new one added in:
    https://github.com/openssl/openssl/pull/3744
    
    It can be enabled by configuring with "enable-devcryptoeng".
    
    Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
index 75810dd..fd376f7 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
@@ -27,6 +27,12 @@ SRC_URI[sha256sum] = "fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed
 
 inherit lib_package multilib_header ptest
 
+PACKAGECONFIG ?= ""
+PACKAGECONFIG_class-native = ""
+PACKAGECONFIG_class-nativesdk = ""
+
+PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux"
+
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"
 

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


More information about the Openembedded-commits mailing list