summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb b/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"
9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" 9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12 git://github.com/intel/ipp-crypto;protocol=https;branch=develop \ 12 git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_7_1 \
13 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ 13 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \
14 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ 14 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \
15 " 15 "
16SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d" 16SRCREV = "8e1f90d507bc4d73b3860745d491837c6c57a804"
17 17
18S = "${WORKDIR}/git/sources/ippcp/crypto_mb" 18S = "${WORKDIR}/git/sources/ippcp/crypto_mb"
19 19