mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
62a62bc7c0
Backport patch stable-0.10 branch (not tagged yet). Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
20 lines
589 B
BlitzBasic
20 lines
589 B
BlitzBasic
SUMMARY = "LIBPM - Software TPM Library"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
|
|
|
|
SRCREV = "17f253a767f6b5b7813ae33f12bc79c479576cdc"
|
|
SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.10;protocol=https \
|
|
file://0001-Fix-a-compilation-error-in-TPMLIB_GetPlaintext.patch \
|
|
"
|
|
|
|
PE = "2"
|
|
|
|
inherit autotools-brokensep pkgconfig perlnative
|
|
|
|
PACKAGECONFIG ?= "openssl"
|
|
PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
CVE_PRODUCT = "libtpms_project:libtpms"
|