Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "LIBPM - Software TPM Library" |
| 2 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" |
| 4 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 5 | SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4" |
Andrew Geissler | 9d3cc05 | 2021-03-31 13:36:22 -0500 | [diff] [blame] | 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 7 | |
| 8 | PE = "1" |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 11 | inherit autotools-brokensep pkgconfig perlnative |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 12 | |
| 13 | PACKAGECONFIG ?= "openssl" |
| 14 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |