diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2022-05-11 22:18:21 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-05-11 22:42:22 +0800 |
| commit | e7adb4d1cb74eb2c2e23287685f64042d410714b (patch) | |
| tree | 69d4eba27a67f39ef4b29dc9285876ee7d9778a3 | |
| parent | a678464d4dfef6ccc23aeb0ef7f84aa69cb2e107 (diff) | |
| download | meta-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>
| -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" | |||
| 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=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 | " |
| 16 | SRCREV = "2b8c5c82c87e3fe37f132f632557367d9bc8a69b" | 16 | SRCREV = "46944bd18e6dbad491ef9b9a3404303ef7680c09" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" | 18 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" |
| 19 | PV = "2021.5+git${SRCPV}" | ||
| 19 | 20 | ||
| 20 | DEPENDS = "openssl" | 21 | DEPENDS = "openssl" |
| 21 | 22 | ||
