diff options
author | Teoh Suh Haw <suh.haw.teoh@intel.com> | 2023-05-31 15:24:52 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-06-01 11:14:52 +0800 |
commit | dc5c9fb1d533dea381c8ec625282b914c099d35d (patch) | |
tree | 2c849941085ac9841449a04ea61aac41d4f93fec | |
parent | 8220eccbbf5d2f9fed579726091e4ecaca3fef9f (diff) | |
download | meta-intel-dc5c9fb1d533dea381c8ec625282b914c099d35d.tar.gz |
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 <suh.haw.teoh@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-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" | |||
9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" | 9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_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 | " |
16 | SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d" | 16 | SRCREV = "8e1f90d507bc4d73b3860745d491837c6c57a804" |
17 | 17 | ||
18 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" | 18 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" |
19 | 19 | ||