diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb similarity index 92% rename from recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb rename to recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb index 36cae430..3ec038a6 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb @@ -9,12 +9,12 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" SRC_URI = " \ - git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_7_1 \ + git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_8 \ file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ " -SRCREV = "8e1f90d507bc4d73b3860745d491837c6c57a804" +SRCREV = "97d2971a96bb7b956fcd8d974473895792fb5d49" S = "${WORKDIR}/git/sources/ippcp/crypto_mb"