diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-06-10 13:44:43 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-06-10 13:44:43 +0800 |
commit | 6a2114ac03e39ac63f8de50cd3975935bcd6f0cf (patch) | |
tree | 83126ee69d499f6994b3b6c39a4878b43396c44c | |
parent | 4f4e6d763cf2e7d04eaa8db65c0bd3e8c3b689a4 (diff) | |
download | meta-intel-6a2114ac03e39ac63f8de50cd3975935bcd6f0cf.tar.gz |
intel-crypto-mb: upgrade 2021.11.1 -> 2021.12.1
License-Update: Same license, delete section on CMake
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb index be72fd85..61383f82 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/intel/ipp-crypto" | |||
6 | 6 | ||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" | 9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=d94a5b4dbbc5c6a0c2ce95ab337df6c4" |
10 | 10 | ||
11 | IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" | 11 | IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" |
12 | 12 | ||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} | |||
15 | file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ | 15 | file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ |
16 | file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ | 16 | file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ |
17 | " | 17 | " |
18 | SRCREV = "d02611e34328898d16025467d3deeb7d62b6076b" | 18 | SRCREV = "7d6ac349507258f49d00909df33d5dea4ff77f39" |
19 | 19 | ||
20 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" | 20 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" |
21 | 21 | ||