blob: 8fe62cf25d36f78c8910ff945d6df7e24f6f1f46 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
4
Patrick Williams93c203f2021-10-06 16:15:23 -05005SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4"
Patrick Williams53961c22022-01-20 11:06:23 -06006SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https"
Brad Bishop19323692019-04-05 15:28:33 -04007
8PE = "1"
9
10S = "${WORKDIR}/git"
Andrew Geissler1fe918a2020-05-15 14:16:47 -050011inherit autotools-brokensep pkgconfig perlnative
Brad Bishop19323692019-04-05 15:28:33 -040012
13PACKAGECONFIG ?= "openssl"
14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
15
16BBCLASSEXTEND = "native"