From e7adb4d1cb74eb2c2e23287685f64042d410714b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 11 May 2022 22:18:21 +0800 Subject: ipp-crypto-mb: update to latest Include the latest updates and fixes for gcc-12. Signed-off-by: Anuj Mittal --- recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb | 26 ------------------------ recipes-oneapi/crypto/intel-crypto-mb_git.bb | 27 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb create mode 100644 recipes-oneapi/crypto/intel-crypto-mb_git.bb (limited to 'recipes-oneapi') diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb deleted file mode 100644 index ed1839d3..00000000 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Crypto Multi-buffer Library" -DESCRIPTION = "Intel® Integrated Performance Primitives (Intel® IPP) Cryptography \ -is a secure, fast and lightweight library of building blocks for cryptography, \ -highly-optimized for various Intel® CPUs." -HOMEPAGE = "https://github.com/intel/ipp-crypto" - -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" - -SRC_URI = " \ - git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_5 \ - file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ - file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ - " -SRCREV = "2b8c5c82c87e3fe37f132f632557367d9bc8a69b" - -S = "${WORKDIR}/git/sources/ippcp/crypto_mb" - -DEPENDS = "openssl" - -inherit cmake pkgconfig -COMPATIBLE_HOST = '(x86_64).*-linux' - -EXTRA_OECMAKE += " -DARCH=intel64" -EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'" diff --git a/recipes-oneapi/crypto/intel-crypto-mb_git.bb b/recipes-oneapi/crypto/intel-crypto-mb_git.bb new file mode 100644 index 00000000..0be7b17c --- /dev/null +++ b/recipes-oneapi/crypto/intel-crypto-mb_git.bb @@ -0,0 +1,27 @@ +SUMMARY = "Crypto Multi-buffer Library" +DESCRIPTION = "Intel® Integrated Performance Primitives (Intel® IPP) Cryptography \ +is a secure, fast and lightweight library of building blocks for cryptography, \ +highly-optimized for various Intel® CPUs." +HOMEPAGE = "https://github.com/intel/ipp-crypto" + +LICENSE = "Apache-2.0" + +LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" + +SRC_URI = " \ + git://github.com/intel/ipp-crypto;protocol=https;branch=develop \ + file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ + file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ + " +SRCREV = "46944bd18e6dbad491ef9b9a3404303ef7680c09" + +S = "${WORKDIR}/git/sources/ippcp/crypto_mb" +PV = "2021.5+git${SRCPV}" + +DEPENDS = "openssl" + +inherit cmake pkgconfig +COMPATIBLE_HOST = '(x86_64).*-linux' + +EXTRA_OECMAKE += " -DARCH=intel64" +EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'" -- cgit v1.2.3-54-g00ecf