From 311a4fa8b5b8890487a9f1b771b84f2d3199c50f Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 28 Jul 2023 14:25:43 +0530 Subject: intel-crypto-mb : upgrade 2021.7.1 -> 2021.8 Signed-off-by: Yogesh Tyagi --- recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb | 27 ----------------------- recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb | 27 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb create mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb (limited to 'recipes-oneapi') diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb deleted file mode 100644 index 36cae430..00000000 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.7.1.bb +++ /dev/null @@ -1,27 +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_7_1 \ - file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ - file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ - file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ - " -SRCREV = "8e1f90d507bc4d73b3860745d491837c6c57a804" - -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_2021.8.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.8.bb new file mode 100644 index 00000000..3ec038a6 --- /dev/null +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.8.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=ipp-crypto_2021_8 \ + file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ + file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ + file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ + " +SRCREV = "97d2971a96bb7b956fcd8d974473895792fb5d49" + +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}'" -- cgit v1.2.3-54-g00ecf