diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2019-03-04 13:38:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-04 22:57:05 +0000 |
commit | ea706bdea9b257865c5eefa22cdca6a677446d9a (patch) | |
tree | 8ca81e785376fb3074b0ad238d4dfdd55faa99ce /meta | |
parent | ce1487f4aec715d5a94a507ec66f8d958e13c18f (diff) | |
download | poky-ea706bdea9b257865c5eefa22cdca6a677446d9a.tar.gz |
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".
(From OE-Core rev: 36f5af079e7d941b8d3969a80993805844778c19)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb index 02fd66910e..4a626a4fcd 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | |||
@@ -28,6 +28,12 @@ SRC_URI[sha256sum] = "fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed | |||
28 | 28 | ||
29 | inherit lib_package multilib_header ptest | 29 | inherit lib_package multilib_header ptest |
30 | 30 | ||
31 | PACKAGECONFIG ?= "" | ||
32 | PACKAGECONFIG_class-native = "" | ||
33 | PACKAGECONFIG_class-nativesdk = "" | ||
34 | |||
35 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" | ||
36 | |||
31 | B = "${WORKDIR}/build" | 37 | B = "${WORKDIR}/build" |
32 | do_configure[cleandirs] = "${B}" | 38 | do_configure[cleandirs] = "${B}" |
33 | 39 | ||