mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
27 lines
1.0 KiB
BlitzBasic
27 lines
1.0 KiB
BlitzBasic
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_9_0 \
|
|
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 = "e9a6b5544382d6c0b2125c42f7adf5110cb29008"
|
|
|
|
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}'"
|