Disable legacy-openssl support by default to match the openssl recipe.
Signed-off-by: Colin Pinnell McAllister <[email protected]>
---
meta/recipes-devtools/python/python3-cryptography.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb
b/meta/recipes-devtools/python/python3-cryptography.bb
index 366fda5e87..062b41807b 100644
--- a/meta/recipes-devtools/python/python3-cryptography.bb
+++ b/meta/recipes-devtools/python/python3-cryptography.bb
@@ -22,7 +22,7 @@ require ${BPN}-crates.inc
inherit pypi python_maturin cargo-update-recipe-crates pkgconfig
-PACKAGECONFIG ??= "legacy-openssl"
+PACKAGECONFIG ??= ""
PACKAGECONFIG[legacy-openssl] = ",,,openssl-ossl-module-legacy"
export CRYPTOGRAPHY_BUILD_OPENSSL_NO_LEGACY =
"${@bb.utils.contains('PACKAGECONFIG', 'legacy-openssl', '0', '1', d)}"
--
2.53.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#231000):
https://lists.openembedded.org/g/openembedded-core/message/231000
Mute This Topic: https://lists.openembedded.org/mt/117761908/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-