summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-10-27 03:41:51 +0100
committerArmin Kuster <akuster808@gmail.com>2018-10-31 09:02:21 -0700
commit4bf54d58ad0e0f327566c03be65d0fac1cccbe7a (patch)
treee67503159376ba1e00a8ae9bd1203835d3bbc2a8
parente920ff6e40d51f49b72ea438498217cb5fe64590 (diff)
downloadmeta-security-4bf54d58ad0e0f327566c03be65d0fac1cccbe7a.tar.gz
tpm2-abrmd: update to 2.0.2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb (renamed from meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb)9
-rw-r--r--meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb (renamed from meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb)0
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb b/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb
index 31e90f8..951556d 100644
--- a/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb
+++ b/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb
@@ -9,15 +9,16 @@ 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 pkgconfig tpm2.0-tss glib-2.0-native \ 12DEPENDS = "autoconf-archive dbus glib-2.0 tpm2.0-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
15SRC_URI = "\ 16SRC_URI = "\
16 git://github.com/01org/tpm2-abrmd.git \ 17 git://github.com/01org/tpm2-abrmd.git \
17 file://tpm2-abrmd-init.sh \ 18 file://tpm2-abrmd-init.sh \
18 file://tpm2-abrmd.default \ 19 file://tpm2-abrmd.default \
19" 20"
20SRCREV = "80f8966b90d6394ad568e362d2936b333c2822bb" 21SRCREV = "d0120ace58d97bc9520c0d558657eaca87ae73b1"
21 22
22S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
23 24
@@ -34,9 +35,7 @@ USERADD_PACKAGES = "${PN}"
34GROUPADD_PARAM_${PN} = "tss" 35GROUPADD_PARAM_${PN} = "tss"
35USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss" 36USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss"
36 37
37PACKAGECONFIG ?="udev" 38PACKAGECONFIG ?="${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}"
38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}"
39
40PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no" 39PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no"
41 40
42do_install_append() { 41do_install_append() {
diff --git a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb
index 866791c..866791c 100644
--- a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb
+++ b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb