summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/openssl
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-02-22 17:12:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-25 23:15:06 +0300
commitf133cfa4cc591626a4151027f2386f585661ef69 (patch)
treef1d132bad908168a74e6f4b12a2413f8250ef186 /meta-ibm/recipes-phosphor/openssl
parent9b4d8b0ea6b5862f279fab62e6ccee3bd51ddcc2 (diff)
downloadopenbmc-f133cfa4cc591626a4151027f2386f585661ef69.tar.xz
openssl: move to DEPRECATED_CRYPTO_FLAGS
Upstream recipe moved the disabling of deprecated crypto algorithms into a new DEPRECATED_CRYPTO_FLAGS variable. (Klaus: also adjust phosphor's EXTRA_OECONF for this package to not double-disable already obsolete ciphers) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I75e2c35ada37c9510a0af347772cdeb2b23d99e9 Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/openssl')
-rw-r--r--meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend b/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend
index 6ffe5db6c1..ebe35e4b28 100644
--- a/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend
+++ b/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend
@@ -1,4 +1,4 @@
# Rainier needs ibmtpm2tss which needs ibmswtpm2 which needs openssl
# camellia support
-EXTRA_OECONF_remove_witherspoon-tacoma = " no-camellia"
-EXTRA_OECONF_remove_rainier = " no-camellia"
+DEPRECATED_CRYPTO_FLAGS_remove_witherspoon-tacoma = " no-camellia"
+DEPRECATED_CRYPTO_FLAGS_remove_rainier = " no-camellia"