summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-10-12 11:51:08 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-12 13:24:02 +0800
commite68a407246caadfe55a4c595effdfc46d280677d (patch)
tree76a7cef1f4e339d725182f8ba840b3fca2be8fcc /recipes-oneapi
parente35d68040d3906e3286081b6adbc79be7829d8b3 (diff)
downloadmeta-intel-e68a407246caadfe55a4c595effdfc46d280677d.tar.gz
intel-crypto-mb: upgrade 2021.8 -> 2021.9.0
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-oneapi')
-rw-r--r--recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb
index 3ec038a6..58cc29f2 100644
--- a/recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb
+++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb
@@ -8,13 +8,12 @@ LICENSE = "Apache-2.0"
8 8
9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" 9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b"
10 10
11SRC_URI = " \ 11SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_9_0 \
12 git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_8 \ 12 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \
13 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ 13 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \
14 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ 14 file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \
15 file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ 15 "
16 " 16SRCREV = "e9a6b5544382d6c0b2125c42f7adf5110cb29008"
17SRCREV = "97d2971a96bb7b956fcd8d974473895792fb5d49"
18 17
19S = "${WORKDIR}/git/sources/ippcp/crypto_mb" 18S = "${WORKDIR}/git/sources/ippcp/crypto_mb"
20 19