From 6a2114ac03e39ac63f8de50cd3975935bcd6f0cf Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 10 Jun 2024 13:44:43 +0800 Subject: intel-crypto-mb: upgrade 2021.11.1 -> 2021.12.1 License-Update: Same license, delete section on CMake Signed-off-by: Anuj Mittal --- recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb | 28 ---------------------- recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb create mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb deleted file mode 100644 index be72fd85..00000000 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb +++ /dev/null @@ -1,28 +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" - -IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" - -SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} \ - 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 = "d02611e34328898d16025467d3deeb7d62b6076b" - -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.12.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb new file mode 100644 index 00000000..61383f82 --- /dev/null +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb @@ -0,0 +1,28 @@ +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=d94a5b4dbbc5c6a0c2ce95ab337df6c4" + +IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" + +SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} \ + 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 = "7d6ac349507258f49d00909df33d5dea4ff77f39" + +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