blob: a930d7bc371bd32637dff6718894b0899f336e88 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05304
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005SRCREV = "4111bd1bcf721e6e7b5f11ed9c2b93083677aa25"
6SRC_URI = "git://github.com/stefanberger/libtpms.git"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05307
8S = "${WORKDIR}/git"
9inherit autotools-brokensep pkgconfig
10
11PACKAGECONFIG ?= "openssl"
12PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
13
14PV = "1.0+git${SRCPV}"
15
16BBCLASSEXTEND = "native"