summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb')
-rw-r--r--recipes-oneapi/crypto/intel-crypto-mb_2021.6.bb26
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 @@
1SUMMARY = "Crypto Multi-buffer Library"
2DESCRIPTION = "Intel® Integrated Performance Primitives (Intel® IPP) Cryptography \
3is a secure, fast and lightweight library of building blocks for cryptography, \
4highly-optimized for various Intel® CPUs."
5HOMEPAGE = "https://github.com/intel/ipp-crypto"
6
7LICENSE = "Apache-2.0"
8
9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b"
10
11SRC_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 "
16SRCREV = "3ae57715fbc7383ef527cab0b824d736b60fa06d"
17
18S = "${WORKDIR}/git/sources/ippcp/crypto_mb"
19
20DEPENDS = "openssl"
21
22inherit cmake pkgconfig
23COMPATIBLE_HOST = '(x86_64).*-linux'
24
25EXTRA_OECMAKE += " -DARCH=intel64"
26EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'"