From 311a4fa8b5b8890487a9f1b771b84f2d3199c50f Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 28 Jul 2023 14:25:43 +0530 Subject: [PATCH] intel-crypto-mb : upgrade 2021.7.1 -> 2021.8 Signed-off-by: Yogesh Tyagi --- ...{intel-crypto-mb_2021.7.1.bb => intel-crypto-mb_2021.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-oneapi/crypto/{intel-crypto-mb_2021.7.1.bb => intel-crypto-mb_2021.8.bb} (92%) 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"