From 1acd1998bbaf6b346c756aea7c11916e5e22fbbb Mon Sep 17 00:00:00 2001 From: Colin Pinnell McAllister Date: Fri, 13 Feb 2026 17:01:30 -0600 Subject: [PATCH] python3-cryptography: Disable legacy-openssl by default Disable legacy-openssl support by default to match the openssl recipe. Signed-off-by: Colin Pinnell McAllister Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 ea33364507..036bfd2117 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.47.3