diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-10-13 02:03:33 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-01 09:03:15 -0700 |
commit | 49951084334e9a2c50a3bf8f56d2f051d6516e41 (patch) | |
tree | be7a984a3da78b711a8a37a23364b2c841258c62 | |
parent | df4b3ae1b80df3b92788781a766546a12b2eec91 (diff) | |
download | meta-security-49951084334e9a2c50a3bf8f56d2f051d6516e41.tar.gz |
libtpm: add new package
V2:
- use SRCPV
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-tpm/libtpm/libtpm_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "LIBPM - Software TPM Library" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f" | ||
4 | SRCREV = "e5dc628043e981c9f8d7711ddfe5812c8f4e38cc" | ||
5 | SRC_URI = "git://github.com/stefanberger/libtpms.git" | ||
6 | |||
7 | S = "${WORKDIR}/git" | ||
8 | inherit autotools-brokensep pkgconfig | ||
9 | |||
10 | PACKAGECONFIG ?= "openssl" | ||
11 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | ||
12 | |||
13 | PV = "1.0+git${SRCPV}" | ||
14 | |||
15 | BBCLASSEXTEND = "native" | ||