summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2/tpm2-abrmd
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-03-24 14:35:26 -0700
committerArmin Kuster <akuster808@gmail.com>2019-03-25 22:33:22 -0700
commit83c47bed13e72edea40bbc82876dcb5b61c19093 (patch)
tree6b6437c962d5d62055e08edc3b01aa3ec30a2e28 /meta-tpm/recipes-tpm2/tpm2-abrmd
parent2b017427f97cedae39374878f8f01cad179a642c (diff)
downloadmeta-security-83c47bed13e72edea40bbc82876dcb5b61c19093.tar.gz
tpm2.0 prefix: rename to tpm2 take2
v1 was commited. This is the additional changes. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm2/tpm2-abrmd')
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb
index 13dbf5a..a4c6682 100644
--- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb
@@ -9,7 +9,7 @@ SECTION = "security/tpm"
9LICENSE = "BSD-2-Clause" 9LICENSE = "BSD-2-Clause"
10LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" 10LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
11 11
12DEPENDS = "autoconf-archive dbus glib-2.0 tpm2.0-tss glib-2.0-native \ 12DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \
13 libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" 13 libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim"
14 14
15 15
@@ -50,6 +50,6 @@ do_install_append() {
50FILES_${PN} += "${libdir}/systemd/system-preset \ 50FILES_${PN} += "${libdir}/systemd/system-preset \
51 ${datadir}/dbus-1" 51 ${datadir}/dbus-1"
52 52
53RDEPENDS_${PN} += "tpm2.0-tss" 53RDEPENDS_${PN} += "tpm2-tss"
54 54
55BBCLASSEXTEND = "native" 55BBCLASSEXTEND = "native"