From: Colin Pinnell McAllister Date: Fri, 13 Feb 2026 23:01:30 +0000 (-0600) Subject: python3-cryptography: Disable legacy-openssl by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acd1998bbaf6b346c756aea7c11916e5e22fbbb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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)}"