From f51e1f33b02284551d2b4268253cc7d53cc82fad Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Thu, 1 Sep 2022 11:43:33 +0800 Subject: [PATCH] intel-crypto-mb : upgrade 2021.5 -> 2021.6 Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.6 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- .../{intel-crypto-mb_git.bb => intel-crypto-mb_2021.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename recipes-oneapi/crypto/{intel-crypto-mb_git.bb => intel-crypto-mb_2021.6.bb} (92%) diff --git a/recipes-oneapi/crypto/intel-crypto-mb_git.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb similarity index 92% rename from recipes-oneapi/crypto/intel-crypto-mb_git.bb rename to recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb index 0be7b17c..960aa17c 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_git.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb @@ -13,10 +13,9 @@ SRC_URI = " \ file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ " -SRCREV = "46944bd18e6dbad491ef9b9a3404303ef7680c09" +SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d" S = "${WORKDIR}/git/sources/ippcp/crypto_mb" -PV = "2021.5+git${SRCPV}" DEPENDS = "openssl"