From dc5c9fb1d533dea381c8ec625282b914c099d35d Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Wed, 31 May 2023 15:24:52 +0800 Subject: [PATCH] intel-crypto-mb: upgrade 2021.6 -> 2021.7.1 Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.7.1 Signed-off-by: Teoh Suh Haw Signed-off-by: Anuj Mittal --- ...{intel-crypto-mb_2021.6.bb => intel-crypto-mb_2021.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-oneapi/crypto/{intel-crypto-mb_2021.6.bb => intel-crypto-mb_2021.7.1.bb} (91%) diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb similarity index 91% rename from recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb rename to recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb index 960aa17c..a11ed04b 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb @@ -9,11 +9,11 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" SRC_URI = " \ - git://github.com/intel/ipp-crypto;protocol=https;branch=develop \ + git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_7_1 \ file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ " -SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d" +SRCREV = "8e1f90d507bc4d73b3860745d491837c6c57a804" S = "${WORKDIR}/git/sources/ippcp/crypto_mb"