summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-05-11 22:18:21 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-05-11 22:42:22 +0800
commite7adb4d1cb74eb2c2e23287685f64042d410714b (patch)
tree69d4eba27a67f39ef4b29dc9285876ee7d9778a3 /recipes-oneapi
parenta678464d4dfef6ccc23aeb0ef7f84aa69cb2e107 (diff)
downloadmeta-intel-e7adb4d1cb74eb2c2e23287685f64042d410714b.tar.gz
ipp-crypto-mb: update to latest
Include the latest updates and fixes for gcc-12. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-oneapi')
-rw-r--r--recipes-oneapi/crypto/intel-crypto-mb_git.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb b/recipes-oneapi/crypto/intel-crypto-mb_git.bb
index ed1839d3..0be7b17c 100644
--- a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb
+++ b/recipes-oneapi/crypto/intel-crypto-mb_git.bb
@@ -9,13 +9,14 @@ 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=ipp-crypto_2021_5 \ 12 git://github.com/intel/ipp-crypto;protocol=https;branch=develop \
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 = "2b8c5c82c87e3fe37f132f632557367d9bc8a69b" 16SRCREV = "46944bd18e6dbad491ef9b9a3404303ef7680c09"
17 17
18S = "${WORKDIR}/git/sources/ippcp/crypto_mb" 18S = "${WORKDIR}/git/sources/ippcp/crypto_mb"
19PV = "2021.5+git${SRCPV}"
19 20
20DEPENDS = "openssl" 21DEPENDS = "openssl"
21 22