diff options
Diffstat (limited to 'recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb')
-rw-r--r-- | recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb deleted file mode 100644 index 960aa17c..00000000 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "Crypto Multi-buffer Library" | ||
2 | DESCRIPTION = "Intel® Integrated Performance Primitives (Intel® IPP) Cryptography \ | ||
3 | is a secure, fast and lightweight library of building blocks for cryptography, \ | ||
4 | highly-optimized for various Intel® CPUs." | ||
5 | HOMEPAGE = "https://github.com/intel/ipp-crypto" | ||
6 | |||
7 | LICENSE = "Apache-2.0" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" | ||
10 | |||
11 | SRC_URI = " \ | ||
12 | git://github.com/intel/ipp-crypto;protocol=https;branch=develop \ | ||
13 | file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ | ||
14 | file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ | ||
15 | " | ||
16 | SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d" | ||
17 | |||
18 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" | ||
19 | |||
20 | DEPENDS = "openssl" | ||
21 | |||
22 | inherit cmake pkgconfig | ||
23 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
24 | |||
25 | EXTRA_OECMAKE += " -DARCH=intel64" | ||
26 | EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'" | ||