From 49951084334e9a2c50a3bf8f56d2f051d6516e41 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 13 Oct 2016 02:03:33 -0700 Subject: libtpm: add new package V2: - use SRCPV Signed-off-by: Armin Kuster --- recipes-tpm/libtpm/libtpm_1.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-tpm/libtpm/libtpm_1.0.bb diff --git a/recipes-tpm/libtpm/libtpm_1.0.bb b/recipes-tpm/libtpm/libtpm_1.0.bb new file mode 100644 index 0000000..83b78a0 --- /dev/null +++ b/recipes-tpm/libtpm/libtpm_1.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "LIBPM - Software TPM Library" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f" +SRCREV = "e5dc628043e981c9f8d7711ddfe5812c8f4e38cc" +SRC_URI = "git://github.com/stefanberger/libtpms.git" + +S = "${WORKDIR}/git" +inherit autotools-brokensep pkgconfig + +PACKAGECONFIG ?= "openssl" +PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" + +PV = "1.0+git${SRCPV}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf